Configure the logger to write info only to screen and also set up a file logger that logs debug info. The log file should implement a rolling log file so debug doesn't become too big.
On this note, we should also have the script log system info like unraid version, python version, package version etc. for debugging.
Configure the logger to write info only to screen and also set up a file logger that logs debug info. The log file should implement a rolling log file so debug doesn't become too big.
On this note, we should also have the script log system info like unraid version, python version, package version etc. for debugging.