diff --git a/conf/log/intake.conf.sample b/conf/log/intake.conf.sample index d51c5ac2e..413305ad8 100644 --- a/conf/log/intake.conf.sample +++ b/conf/log/intake.conf.sample @@ -12,7 +12,8 @@ }, "console": { "class": "logging.StreamHandler", - "level": "WARNING" + "level": "DEBUG", + "formatter": "detailed" }, "file": { "backupCount": 8, diff --git a/conf/log/webserver.conf.sample b/conf/log/webserver.conf.sample index de9512ea8..54cb42fa9 100644 --- a/conf/log/webserver.conf.sample +++ b/conf/log/webserver.conf.sample @@ -12,7 +12,8 @@ }, "console": { "class": "logging.StreamHandler", - "level": "WARNING" + "level": "DEBUG", + "formatter": "detailed" }, "file": { "backupCount": 3,