Hello everybody!
I was wondering if it's possible to change the format of the server log output. If so, what file should I edit? I am talking about UTGame/Logs/Launch-backup*.log files.
More specifically, I need to add an extra parameter to player info. For example, currently the format is as follows:
Code:
ScriptLog: ###SECURITY: some_random_nickname || some_random_nickname || hash || ip_address:port
I need to have a player Unique ID ouput in logs as well, lke so:
Code:
ScriptLog: ###SECURITY: some_random_nickname || some_random_nickname || hash || ip_address:port || Unique ID
I hope I get some feedback on this issue soon. Throw any ideas you got, doesn't have to solve the entire problem. I just need something to push from. Thanks in advance guys.