Fixed a typo in the docs
logger => loggers in logging.yaml
(cherry picked from commit d0733d8)
This commit is contained in:
parent
7a007a6417
commit
bb7e15be84
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
(it's usually not there). The general format is this::
|
||||
|
||||
logger:
|
||||
loggers:
|
||||
<component>:
|
||||
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
|
||||
|
||||
logger:
|
||||
loggers:
|
||||
octoprint.events:
|
||||
level: DEBUG
|
||||
octoprint.filemanager:
|
||||
|
|
|
|||
Loading…
Reference in a new issue