mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
example-conf: add debug log example
This commit is contained in:
parent
1ffb1bb1ec
commit
d8990e8439
@ -376,6 +376,11 @@ logging:
|
||||
"commands":
|
||||
loglevel: INFO
|
||||
|
||||
# Uncomment this to enable debug logging. This is only needed if you're developing for
|
||||
# PyLink or are requested to enable this when reporting a bug.
|
||||
#"debug":
|
||||
# loglevel: DEBUG
|
||||
|
||||
filerotation:
|
||||
# Configures optional log file rotation. When enabled, PyLink will create rotate files
|
||||
# in the format pylink-commands.log, pylink-commands.log.1, pylink-commands.log.2, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user