From d8990e843989fef54dd374a084a77a55b194baef Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 8 Sep 2016 18:02:55 -0700 Subject: [PATCH] example-conf: add debug log example --- example-conf.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example-conf.yml b/example-conf.yml index 5a8aab8..231711b 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -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.