Expand logging information explanation
This commit is contained in:
parent
428fb6764a
commit
c733addb65
@ -9,10 +9,22 @@ PATH: ./
|
||||
PING_TIME: 5
|
||||
MAX_MISSED: 3
|
||||
|
||||
# LOGGING CONFIGURATION
|
||||
# Should be self explanatory. See Python logging module for more information
|
||||
# Several convenient handlers have been pre-configured, check out the module
|
||||
# hb_log.py to see them
|
||||
# SYSTEM LOGGER CONFIGURAITON
|
||||
# This allows the logger to be configured without chaning the individual
|
||||
# python logger stuff. LOG_FILE should be a complete path/filename for *your*
|
||||
# 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]
|
||||
LOG_FILE: /tmp/hblink.log
|
||||
LOG_HANDLERS: console-timed
|
||||
|
Loading…
Reference in New Issue
Block a user