ceilometer/doc/source/admin/telemetry-troubleshooting-guide.rst
Hanxi_Liu 7a427c738b Make Doc links point to the latest branch
Several links haven't been updated when doc migration in Pike. So
let them point to the latest branch instead of Ocata.

Change-Id: Ie93acdd7e4ccabd412e2c0324da2dce04fcdf569
Partial-Bug: #1727460
2017-11-03 20:00:06 +08:00

22 lines
873 B
ReStructuredText

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/ceilometer/latest/configuration/index.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.