Add comments as to what the special reference sections mean in log_cfgs

This commit is contained in:
Joshua Harlow 2012-06-18 17:30:21 -07:00
parent d5ba0f66d7
commit 4ac6031c48
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## this yaml formated config file handles setting
## This yaml formated config file handles setting
## logger information. The values that are necessary to be set
## are seen at the bottom. The top '_log' are only used to remove
## redundency in a syslog and fallback-to-file case.
@ -53,5 +53,9 @@ _log:
args=("/dev/log", handlers.SysLogHandler.LOG_USER)
log_cfgs:
# These will be joined into a string that defines the configuration
- [ *log_base, *log_syslog ]
# These will be joined into a string that defines the configuration
- [ *log_base, *log_file ]
# A file path can also be used
# - /etc/log.conf