diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-18 17:30:21 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-18 17:30:21 -0700 |
commit | 103e5fe784007a2ee3855031fd55d2470fa0d19c (patch) | |
tree | 7585bc77a2fdb82c860f534e66641972ba62a8f7 /config | |
parent | fbe7a72b0d5d04cc148b683b7e22ac730af960a6 (diff) | |
download | vyos-cloud-init-103e5fe784007a2ee3855031fd55d2470fa0d19c.tar.gz vyos-cloud-init-103e5fe784007a2ee3855031fd55d2470fa0d19c.zip |
Add comments as to what the special reference sections mean in log_cfgs
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg.d/05_logging.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/cloud.cfg.d/05_logging.cfg b/config/cloud.cfg.d/05_logging.cfg index 2e7ac2ed..410a0650 100644 --- a/config/cloud.cfg.d/05_logging.cfg +++ b/config/cloud.cfg.d/05_logging.cfg @@ -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 |