Hello,
I just discovered the loggings system, and after some test I saw that I can get log from gm by account ID, but is it possible to get chat log by account ID too? When I talk with my 2 acc separatly, the logs get in the same .log
(Also in a second time, is there a way to change the timestap format for DD-MM-YYYY_HH_MM_SS instead of YYYY-MM-DD_HH_MM_SS ?)
Hi! I wrote a python handler around the TrinityCore Worldserver to send messages to slack. However it seems like the only time commands are logged in the console output are if they're given by a GM. I modified the .a command so that any player can use it- however if a normal player uses it the message is not posted to the console's STDOUT which means it's not sent to my handler. Is there a way to log all commands? Not just GM commands? I tried uncommenting the Logger.commands.ra line in the worldserver.conf, but it didn't do anything noticeable yet.
Recommended Posts