[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:41:31.825000+00:00
Original source
Hi! I'm trying to get a better understanding of how AC works, and for this I wanted to take a look at the output of all these "LOG_DEBUG" entries in the /src/-files. So I added an "Appender.Console=1,5,1,"somenumbers"" and and "Appender.Server=2,5,7,mylog.log,a to my env/docker/etc/Worldserver.conf (running in Docker) and recompiled. But I don't get any result... so I guess my approach wasn't correct. Can you help me with this?
Archived author: Dep • Posted: 2022-02-17T15:42:08.297000+00:00
Original source
you don't need to recompile if you modify the config
Archived author: Dep • Posted: 2022-02-17T15:42:15.634000+00:00
Original source
not even restart
Archived author: Dep • Posted: 2022-02-17T15:42:22.523000+00:00
Original source
you can use the command `reload config`
Archived author: Dep • Posted: 2022-02-17T15:43:57.500000+00:00
Original source
if you read carefully you'll see the thing is in 2 parts
Archived author: traja1722 • Posted: 2022-02-17T15:45:17.230000+00:00
Original source
Oh. I thought I needed to rebuild the containers after modifying the config. Than this was overkill. Thanks for that info
Archived author: Dep • Posted: 2022-02-17T15:45:28.777000+00:00
Original source
First you define the names and colors and what not
Archived author: Dep • Posted: 2022-02-17T15:45:31.731000+00:00
Original source
and then the actual ~~logs~~ what is logged and where
Archived author: Dep • Posted: 2022-02-17T15:45:34.172000+00:00
Original source
or something like that
Archived author: Dep • Posted: 2022-02-17T15:46:50.844000+00:00
Original source
You can reload the config and maybe half the tables in the DB at run time