Comment 0 for bug 1838032

Revision history for this message
Dan Watkins (oddbloke) wrote : cloud-init should emit its logs to the systemd journal

`journalctl` is a common interface on to a system's logs, and it would be good if I could use journalctl to access cloud-init's logs in the same way I do all(/most) other units running on the system.

(This is particularly desirable when trying to line up cloud-init's logs with logs from another unit; if they were all in the journal then I could just specify -u to journalctl multiple times and get the lines in order all together.)