Hi, I notice that the wordl server display a message when he think that a player is cheating.
I would like to know if there a way to get the all the server log messages using php (or another way).
I notice that the file Server.log contain some logs but not all of them for me the log stop at :
"TrinityCore rev. e86a2c439aa2 2017-12-17 16:45:50 +0100 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) ready..."
And even if there other logs after it doesn't record.
So my questions are:
- is there a way to get the log of the worldserver using a coding language or command ?
- is there a way to update the Server.log file with the current log message of the server using a coding language or command ?