summaryrefslogtreecommitdiffstats
path: root/docs/development/design/logging.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/design/logging.rst')
-rw-r--r--docs/development/design/logging.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/development/design/logging.rst b/docs/development/design/logging.rst
new file mode 100644
index 0000000..196ba40
--- /dev/null
+++ b/docs/development/design/logging.rst
@@ -0,0 +1,28 @@
+#######
+Logging
+#######
+
+************
+Installation
+************
+
+Currently, we use the `sample configuration`_ in Istio to install fluentd::
+
+ cd clover/logging
+ kubectl apply -f install
+
+.. _sample configuration: https://istio.io/docs/tasks/telemetry/fluentd.html
+
+********
+Validate
+********
+
+The scripts in ``clover/logging`` validates fluentd installation::
+
+ python clover/logging/validate.py
+
+It validates the installation with the following criterias
+
+#. existence of fluented pod
+#. fluentd input is configured correctly
+#. TBD