[DiscordArchive] Hi! I'm trying to get a better understanding of how AC works, and for this I wanted to take a look a
[DiscordArchive] Hi! I'm trying to get a better understanding of how AC works, and for this I wanted to take a look a
Archived author: traja1722 • Posted: 2022-02-17T15:48:21.165000+00:00
Original source
I thought, setting the 2nd parameter to 5 would result in printing out all the log_debug messages.
Archived author: Dep • Posted: 2022-02-17T15:49:55.889000+00:00
Original source
no it's somehow complicated. Don't remember exactly but it makes sense if you fuck around with it hah
Archived author: traja1722 • Posted: 2022-02-17T15:51:13.046000+00:00
Original source
Now this is more confusing than helpful
Archived author: traja1722 • Posted: 2022-02-17T15:52:05.869000+00:00
Original source
I need the Appender AND the Logger?
Archived author: Dep • Posted: 2022-02-17T15:52:20.735000+00:00
Original source
right
Archived author: Dep • Posted: 2022-02-17T15:53:16.531000+00:00
Original source
the appender, defines things like file names
Archived author: Dep • Posted: 2022-02-17T15:53:45.313000+00:00
Original source
So then in the `Logger` anything you tag with `DBErrors` goes to `DBErrors.log` because it was defined like that earlier
Archived author: traja1722 • Posted: 2022-02-17T15:56:20.809000+00:00
Original source
Hah! Working.
Archived author: traja1722 • Posted: 2022-02-17T15:56:59.900000+00:00
Original source
Added Logger.root=5,Console to Config - Did a reload (cheers) - and my console is exploding
Archived author: Dep • Posted: 2022-02-17T15:57:19.497000+00:00
Original source
the console is reaaaally slow btw