diff --git a/hblink-SAMPLE.cfg b/hblink-SAMPLE.cfg index 968a94e..da59022 100644 --- a/hblink-SAMPLE.cfg +++ b/hblink-SAMPLE.cfg @@ -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