xmms2 / xmms2-stable

XMMS2 Stable (latest release) tree.
http://xmms2.org
Other
13 stars 2 forks source link

How to limit xmms2 logfile size? #6

Open randomizedthinking opened 11 months ago

randomizedthinking commented 11 months ago

I noticed that the logfile of xmms2 can grow without control till it exhausts the hard drive. Is there any way we can limit its size?

Malvineous commented 11 months ago

I don't see any large logfile so not sure which one you mean.

If it's a file on the disk you can always put a shell script into ~/.config/xmms2/startup.d that renames the log file so it has .old at the end. That way you'll only ever have log files for the current and previous run on disk.