Fixed a typo in the docs

logger => loggers in logging.yaml
This commit is contained in:
Gina Häußge 2015-07-14 09:10:14 +02:00
parent 48fe23b1f1
commit d0733d8769

View file

@ -17,7 +17,7 @@ Changing log levels
If you need to change the default logging level within OctoPrint, create the file with a text editor of your choice If you need to change the default logging level within OctoPrint, create the file with a text editor of your choice
(it's usually not there). The general format is this:: (it's usually not there). The general format is this::
logger: loggers:
<component>: <component>:
level: <loglevel> level: <loglevel>
@ -27,7 +27,7 @@ new log level to set. An example for increasing the log level of the events and
.. code-block:: yaml .. code-block:: yaml
logger: loggers:
octoprint.events: octoprint.events:
level: DEBUG level: DEBUG
octoprint.filemanager: octoprint.filemanager: