Currently `logrotee` exits if it's unable to write the log files. Allow (by default?) the program to run and only play a `cat` in this case. Like: * `--strict-save=true|false (default: false)`: always fail on write errors.
Currently
logroteeexits if it's unable to write the log files.Allow (by default?) the program to run and only play a
catin this case. Like:--strict-save=true|false (default: false): always fail on write errors.