azerothcore/mod-eluna

Logger/Appender not working

Opened this issue · 1 comments

After restarting the server, no data is written to eluna.log
It is required to perform a .reload config to make it start logging to the file.

Additionally the current log file is wiped on use of .reload config if a log from the name already exists.
That is also, if the log name includes the server's startup timestamp.

After restarting the server, no data is written to eluna.log
It is required to perform a .reload config to make it start logging to the file.

As a workaround in the meantime, if you move your Appenders and Logger from mod_LuaEngine.conf to worldserver.conf it works properly.