Commit Graph

3 Commits

Author SHA1 Message Date
Max Weber
c70e948378 runelite-client: Write logs to log directory instead of cwd 2018-12-12 04:26:23 -07:00
Adam
e83e5024ce client: fix logback config to log messages from threads
This removes the sifting appender which I think is unnecessary.
2018-12-09 11:43:03 -05:00
Tomas Slusny
8a9523ec5a Add logback logger that will log to file
Add dependency on logback and configure logger to log to
~/.runelite/logs/application.log with rolling file appender, that means
every 10MB file will be rolled and also every day file will be rolled
with maximum history of 30 days, to not flood user's system space.

Add new console parameter -debug, because logback properties cannot be
set from console like slf4j-simple ones, so it needs to be done in a bit
more complicated way.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-12 15:09:57 -05:00