Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-25 | Configure logging module to always use UTC time. | Ryan Harper | |
Currently the python logging module will default to a local time which may contain an TZ offset in the values it produces, but the logged time format does not contain the offset. Switching to UTC time for logging produces consistent values in the cloud-init.log file and avoids issues when the timezone is changed during boot. LP: #1713158 |