Migrate telemetry troubleshooting guide

Change-Id: Ie0d39c781cb095ab84a403f3e8360f117a82a106
This commit is contained in:
Hanxi Liu
2017-06-26 11:22:55 +08:00
parent 26fcbb864a
commit 5b27053b5b
2 changed files with 22 additions and 0 deletions

View File

@@ -9,3 +9,4 @@
telemetry-system-architecture
telemetry-measurements
telemetry-troubleshooting-guide

View File

@@ -0,0 +1,21 @@
Troubleshoot Telemetry
~~~~~~~~~~~~~~~~~~~~~~
Logging in Telemetry
--------------------
The Telemetry service has similar log settings as the other OpenStack
services. Multiple options are available to change the target of
logging, the format of the log entries and the log levels.
The log settings can be changed in ``ceilometer.conf``. The list of
configuration options are listed in the logging configuration options
table in the `Telemetry
section <https://docs.openstack.org/ocata/config-reference/telemetry.html>`__
in the OpenStack Configuration Reference.
By default ``stderr`` is used as standard output for the log messages.
It can be changed to either a log file or syslog. The ``debug`` and
``verbose`` options are also set to false in the default settings, the
default log levels of the corresponding modules can be found in the
table referred above.