From b2b29a5e1793a664b38ceb89e96bfba953399a78 Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Thu, 4 Apr 2019 22:55:52 +0530 Subject: [PATCH] Add Logging to glossary (#13608) Associated with #5993 --- content/en/docs/reference/glossary/logging.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/en/docs/reference/glossary/logging.md diff --git a/content/en/docs/reference/glossary/logging.md b/content/en/docs/reference/glossary/logging.md new file mode 100644 index 0000000000..ef37fe7fa2 --- /dev/null +++ b/content/en/docs/reference/glossary/logging.md @@ -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. + + + +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.