3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

example-conf: comment out filerotation: so it doesn't become an empty, null-valued block

This commit is contained in:
James Lu 2016-10-05 20:30:32 -07:00
parent e22d75d1a1
commit 8bffffa000

View File

@ -381,7 +381,7 @@ logging:
#"debug": #"debug":
# loglevel: DEBUG # loglevel: DEBUG
filerotation: #filerotation:
# Configures optional log file rotation. When enabled, PyLink will create rotate files # 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. # in the format pylink-commands.log, pylink-commands.log.1, pylink-commands.log.2, etc.
# If either max_bytes or backup_count is 0, log rotation will be disabled. # If either max_bytes or backup_count is 0, log rotation will be disabled.