Expand logging information explanation
This commit is contained in:
parent
428fb6764a
commit
c733addb65
@ -9,10 +9,22 @@ PATH: ./
|
|||||||
PING_TIME: 5
|
PING_TIME: 5
|
||||||
MAX_MISSED: 3
|
MAX_MISSED: 3
|
||||||
|
|
||||||
# LOGGING CONFIGURATION
|
# SYSTEM LOGGER CONFIGURAITON
|
||||||
# Should be self explanatory. See Python logging module for more information
|
# This allows the logger to be configured without chaning the individual
|
||||||
# Several convenient handlers have been pre-configured, check out the module
|
# python logger stuff. LOG_FILE should be a complete path/filename for *your*
|
||||||
# hb_log.py to see them
|
# system -- use /dev/null for non-file handlers.
|
||||||
|
# LOG_HANDERLS may be any of the following, please, no spaces in the
|
||||||
|
# list if you use several:
|
||||||
|
# null
|
||||||
|
# console
|
||||||
|
# console-timed
|
||||||
|
# file
|
||||||
|
# file-timed
|
||||||
|
# syslog
|
||||||
|
# LOG_LEVEL may be any of the standard syslog logging levels, though
|
||||||
|
# as of now, DEBUG, INFO, WARNING and CRITICAL are the only ones
|
||||||
|
# used.
|
||||||
|
#
|
||||||
[LOGGER]
|
[LOGGER]
|
||||||
LOG_FILE: /tmp/hblink.log
|
LOG_FILE: /tmp/hblink.log
|
||||||
LOG_HANDLERS: console-timed
|
LOG_HANDLERS: console-timed
|
||||||
|
Loading…
Reference in New Issue
Block a user