jbrodriguez/unbalance

[Optimization] Don't write logs to /boot

kubedzero opened this issue · 0 comments

I was doing an audit of files on my USB drive (mounted at /boot) and found a file /boot/logs/unbalance.log.

In its current state, it appears to cause a bunch of write activity to the USB drive, which can degrade it over time.

Is there any chance of making an update to Unbalance that would write logs elsewhere, or exposing a field on the settings page that could allow users to choose where the log is written? I would recommend writing logs to /var/log/ or /tmp/ or somewhere else, and maybe periodically copying the log over to the USB.

Thanks!