when I run a Debian 11 vm on azure with Custom Data (startup script), I can see the logs in var/logs/cloud-init-output.log
however on GCP, also Debian 11, with startup script, I see there’s a var/log
folder instead of logs
but there’s no cloud-init-output.log
file.
is this file located somewhere else ?
or do I need to enable this logging somewhere ?