Add Logging to glossary (#13608)

Associated with #5993
This commit is contained in:
Shashank Patel
2019-04-04 22:55:52 +05:30
committed by Kubernetes Prow Robot
parent 3dac0bb857
commit b2b29a5e17
@@ -0,0 +1,18 @@
---
title: Logging
id: logging
date: 2019-04-04
full_link: /docs/concepts/cluster-administration/logging/
short_description: >
Logs are the list of events that are logged by cluster or application.
aka:
tags:
- architecture
- fundamental
---
Logs are the list of events that are logged by {{< glossary_tooltip text="cluster" term_id="cluster" >}} or application.
<!--more-->
Application and systems logs can help you understand what is happening inside your cluster. The logs are particularly useful for debugging problems and monitoring cluster activity.