FOGProject / fogproject

An open source computer cloning & management system
https://fogproject.org
GNU General Public License v3.0
1.1k stars 221 forks source link

Change log file creation of FOG services #497

Open Sebastian-Roth opened 1 year ago

Sebastian-Roth commented 1 year ago

Currently all services simply delete the current log file and start from scratch when services are restarted (e.g. 1, 2, ...). This behavior is not great because information from the last run are lost instantly and debugging is a pain as you need to reopen the log file over and over (no tail -f ... possible).

Good practice would be:

Bonus: