Hi there,
I've been scouring documentation and been through a few emulation sites looking for a proper answer to this. But is there any way I can log chat into the databases?
I've tried playing with loggers and appenders but I can't seem to get it working. I'm just looking to log all chat data from my players into the database.
Thanks for any help in advance.
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