Alec Warren
Alec Warren
So with these changes, anything logged at TRACE level will only be logged to `/var/log/cloud-init.log` but only if log level is set to TRACE, which by default it is not?...
Also, what purpose does deprecated logging serve? I see that currently it has not been called in any source code, only in a unit test. So is this for logging...
Also good work on adding type hints to the functions you modified :D
Hello! Thank you for filing a bug. Would you be able to provide the cloud-config you used or at least the relevant portion of the cloud config?
Pasting the contents here for easier visibility: ```yaml #cloud-config apt: sources: docker.list: source: deb [arch=amd64] https://download.docker.com/linux/ubuntu $RELEASE stable keyid: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 package_update: true package_upgrade: true packages: - curl - ca-certificates -...
Hey @Unb0rn, I ran this locally and I was unable to reproduce the issue locally using your provided cloud-config on both 22.04 and 24.04 LXD containers. Would you mind explaining...
@igalic Hey, could you please take a look at this when you get a chance? Much appreciated :D
@CarlosNihelton Setting this to bug: external since the issue does not seem to lie with cloud-init.
Thank you for contributing this code and for providing a log for further context! Would you mind cleaning up the proposed commit message to be wrapped at
Awesome, thank you! @jinkkkang