diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/21-cloudinit.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/21-cloudinit.conf b/tools/21-cloudinit.conf index 0a2d7688..c65325c1 100644 --- a/tools/21-cloudinit.conf +++ b/tools/21-cloudinit.conf @@ -1,7 +1,6 @@ # Log cloudinit generated log messages to file :syslogtag, isequal, "[CLOUDINIT]" /var/log/cloud-init.log -# Uncomment the following to stop logging anything that matches the last rule. -# Doing this will stop logging kernel generated UFW log messages to the file -# normally containing kern.* messages (eg, /var/log/kern.log) +# comment out the following line to allow CLOUDINIT messages through. +# Doing so means you'll also get CLOUDINIT messages in /var/log/syslog & ~ |