Add support loggin configuration for gnocchi
Add support fluent.conf for gnocchi.
we dont add ossyslog_handler
because oslo.log not supported for gnocchi
Change-Id: I1220cadc4caa9d275ac4e9e2c3b3e5ee35441e52
Related-Prod: PROD-19781
diff --git a/README.rst b/README.rst
index 0edefad..4d06135 100644
--- a/README.rst
+++ b/README.rst
@@ -262,6 +262,33 @@
test_policy_rule2:
metric_pattern: 'foo2.*'
+=======
+Gnocchi logging configuration
+----------------------------------
+
+For enable fluend logging use
+
+.. code-block:: yaml
+
+ gnocchi:
+ _support:
+ fluentd:
+ enabled: true
+
+.. note:: Gnocchi doesnt support oslo.log options. So we cant use
+ log_appender and log_handlers options
+
+For change log_level or other log options
+
+.. code-block:: yaml
+
+ gnocchi:
+ common:
+ debug: true
+ use_syslog: true
+ use_journal: true
+ log_dir: /var/log/gnocchi
+ log_file: gnocchi.log
More Information