Hi,
For troubleshooting and debugging of issues, it would make life more straightforward if the player name could be added to the entry that is logged to server_log.txt:
For example: [Nex-AC] ID 26 appears suspicious. Reason code: 047 (2)
Could become: [Nex-AC] ID 26 (playername) appears suspicious. Reason code: 047 (2)
That way, inside of parsing the logs with "grep 26 server_log.txt" which would return all sorts of irrelevant results, one could simply "grep playername server_log.txt".
Is it possible to do this without too much trouble?
Many thanks
Hi,
For troubleshooting and debugging of issues, it would make life more straightforward if the player name could be added to the entry that is logged to server_log.txt:
For example: [Nex-AC] ID 26 appears suspicious. Reason code: 047 (2)
Could become: [Nex-AC] ID 26 (playername) appears suspicious. Reason code: 047 (2)
That way, inside of parsing the logs with "grep 26 server_log.txt" which would return all sorts of irrelevant results, one could simply "grep playername server_log.txt".
Is it possible to do this without too much trouble?
Many thanks