Current OLAF logs everything to journald and to a log file in /tmp. The log file in /tmp is overwritten on each boot used to show logs since boot for OLAF in it's web interface.
The issue is the file grows endlessly, which can be an issue if card does not periodic restart or the OLAF app is over-logging.
It would be better to not log to /tmp at all and just log to memory with max size (500 or 1000 of last entries?).
Current OLAF logs everything to journald and to a log file in
/tmp. The log file in/tmpis overwritten on each boot used to show logs since boot for OLAF in it's web interface.The issue is the file grows endlessly, which can be an issue if card does not periodic restart or the OLAF app is over-logging.
It would be better to not log to
/tmpat all and just log to memory with max size (500 or 1000 of last entries?).