Skip to content

Adding playername to logging #130

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions