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:
@@ -77,7 +77,8 @@ namespace OpenRA
|
||||
[Desc("Enable client-side report generation to help debug desync errors.")]
|
||||
public bool EnableSyncReports = false;
|
||||
|
||||
public string TimestampFormat = "s";
|
||||
[Desc("Sets the timestamp format. Defaults to the ISO 8601 standard.")]
|
||||
public string TimestampFormat = "yyyy-MM-ddTHH:mm:ss";
|
||||
|
||||
public ServerSettings Clone()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user