Skip to content

Commit d44c2af

Browse files
author
Doug Brown
committed
Fixing missing handlers stanza in examples/searchcommands_template/default/logging.conf
1 parent ceba6a0 commit d44c2af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/searchcommands_template/default/logging.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ level = NOTSET ; Default: WARNING
2222
handlers = app ; Default: stderr
2323
propagate = 0 ; Default: 1
2424

25+
[handlers]
26+
keys = app, splunklib, stderr
27+
2528
[handler_app]
2629
# Select this handler to log events to $SPLUNK_HOME/var/log/splunk/searchcommands_app.log
2730
class = logging.handlers.RotatingFileHandler

0 commit comments

Comments
 (0)