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:
@@ -124,7 +124,7 @@ namespace OpenRA.Server
|
||||
|
||||
public Server(IPEndPoint endpoint, ServerSettings settings, ModData modData, bool dedicated)
|
||||
{
|
||||
Log.AddChannel("server", "server.log");
|
||||
Log.AddChannel("server", "server.log", true);
|
||||
|
||||
listener = new TcpListener(endpoint);
|
||||
listener.Start();
|
||||
|
||||
Reference in New Issue
Block a user