Comment 5 for bug 905419

Revision history for this message
Scott Moser (smoser) wrote : Re: cloud-init messages going to syslog, not cloud-init.log

This is a simple test case that shows the problem using python logging.config.

Just run it with:
 ./python-logging-syslog.py my message

It will output to console the same string it should be writing to syslog.
However, the one to syslog is messed up. (tail -f /var/log/syslog).