I just looked at my wrapper.log file and noticed that it stopped logging in March. How do I get it going again? The Gateway log from the website are still updating.
This is v8.1.26 running in Debian 10.
Thanks!
I just looked at my wrapper.log file and noticed that it stopped logging in March. How do I get it going again? The Gateway log from the website are still updating.
This is v8.1.26 running in Debian 10.
Thanks!
Did you restore a backup that puts logs somewhere else? (The default location in ignition.conf has changed.)
Good call. I have 100 wrapper.log files sitting in my /usr/local/bin/ignition directory. The ignition.conf file is pointing to /var/log/ignition for some reason (believe that the logs used to be there in older versions). That directory doesn't actually exist so there are probably some write permissions at play there.
Looking at the logs, it looks like it can't find the wrapper directory specified in the ignition.conf file, and then defaults to the Ignition directory. It doesn't state it, but it looks like the default value for the number of files to keep is 100.
Before:
I'll update ignition.conf to point to logs/wrapper.log, restart the Gateway, and everything should be back as expected.
Thank you!