diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-03-04 12:42:34 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-03-04 12:42:34 -0500 |
commit | ac445690ab7a69ac6e9c74b136de9968b0c839df (patch) | |
tree | 5bd39529003de1bc45304bc9e510ecd4ec713c32 /doc/examples | |
parent | df975abae42664bbd5fd56436eb2947e2a6f46f9 (diff) | |
download | vyos-cloud-init-ac445690ab7a69ac6e9c74b136de9968b0c839df.tar.gz vyos-cloud-init-ac445690ab7a69ac6e9c74b136de9968b0c839df.zip |
fix logging perms with list rather than single
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 1c59c2cf..1236796c 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -536,6 +536,8 @@ timezone: US/Eastern # # to remedy this situation, 'def_log_file' can be set to a filename # and syslog_fix_perms to a string containing "<user>:<group>" +# if syslog_fix_perms is a list, it will iterate through and use the +# first pair that does not raise error. # # the default values are '/var/log/cloud-init.log' and 'syslog:adm' # the value of 'def_log_file' should match what is configured in logging |