Add timestamps to server log files

Servers are now writing timestamps to the log files using the the ISO 8601 timestamp format defined in the game server settings.
This commit is contained in:
4mfie
2019-06-27 16:37:28 -04:00
committed by Paul Chote
parent ebc533ed53
commit ff02b8ba06
5 changed files with 31 additions and 15 deletions

View File

@@ -295,7 +295,7 @@ namespace OpenRA
Log.AddChannel("perf", "perf.log");
Log.AddChannel("debug", "debug.log");
Log.AddChannel("server", "server.log");
Log.AddChannel("server", "server.log", true);
Log.AddChannel("sound", "sound.log");
Log.AddChannel("graphics", "graphics.log");
Log.AddChannel("geoip", "geoip.log");