Activity log for bug #1838032

Date Who What changed Old value New value Message
2019-07-26 13:34:25 Dan Watkins bug added bug
2019-07-26 14:14:13 Dan Watkins summary cloud-init should emit its logs to the systemd journal cloud-init should emit all of its logs to the systemd journal
2019-07-26 14:15:48 Dan Watkins description `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.) `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. As things stand, only some of cloud-init's logging ends up in the journal: $ journalctl -u cloud-init.service -u cloud-final.service -u cloud-init-local.service -u cloud-config.service | wc -l 164 $ wc -l /var/log/cloud-init.log 1000 /var/log/cloud-init.log (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. Currently, they don't even have the same logging format.)
2019-08-22 15:26:54 Chad Smith cloud-init (Ubuntu): status New Confirmed
2019-12-06 13:14:15 genevieve cloud-init (Ubuntu): status Confirmed Fix Released
2019-12-06 13:54:05 Colin Watson cloud-init (Ubuntu): status Fix Released Confirmed