Commit Graph

13 Commits

Author SHA1 Message Date
Lucwousin
f21367d30c Stop pf4j spam 2020-06-30 20:07:39 +02:00
Lucwousin
20d3646e4e Fix sentry.properties and bump up log level for pf4j and jgroups 2020-06-22 18:13:59 +02:00
Owain van Brakel
3ecdebf542 project: Rework external plugins, local instances syncing, hotswapping 2020-03-27 21:17:20 +01:00
Owain van Brakel
6987d28538 sentry: Fix logging 2020-03-13 12:15:07 +01:00
Owain van Brakel
90a20aae83 external: Silence pf4j 2020-02-11 03:29:04 +01:00
Owain van Brakel
2362cccfdf project: 🧹🧹 2019-11-24 13:02:51 +01:00
zeruth
eafb024f16 Revert to old layout for refactor 2019-06-07 23:54:32 -04:00
zeruth
882be3cb71 Merges Injector
Welcome to the new world boys.
2019-06-06 20:47:41 -04:00
Ganom
0c38cc4b77 Revert "Add sentry log support (#454)"
This reverts commit 1299e8769d.
2019-06-03 00:47:27 -04:00
James
1299e8769d Add sentry log support (#454)
* Add sentry log support

* Add sentry log support

* Update
2019-05-31 09:15:09 +01:00
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