tb icon indicating copy to clipboard operation
tb copied to clipboard

move logs to a log file

Open rjnn opened this issue 5 years ago • 2 comments

stdout is super crowded

rjnn avatar Jun 05 '20 15:06 rjnn

This should probably be done by way of actually using log4j and allowing users to specify a custom config. It might be nice to have a --log-file FNAME, but doing that requires thinking about log retention. Spewing to stdout has the benefit that we offload that responsibility to docker/systemd in general.

quodlibetor avatar Jul 17 '20 15:07 quodlibetor

At least keep the option around for stdout for the reason @quodlibetor mentioned. I usually just rely on systemd journal to handle retention etc.

3noch avatar Aug 11 '20 02:08 3noch