Skip to content

Commit

Permalink
Merge pull request #946 from Tharylia/log-utc-timestamps
Browse files Browse the repository at this point in the history
#945 Add utc offset to log timestamps
  • Loading branch information
dlamkins authored Mar 24, 2024
2 parents 651dee4 + 83a5e14 commit 6703703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blish HUD/GameServices/DebugService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class DebugService : GameService {

private static LoggingConfiguration _logConfiguration;

private const string STRUCLOG_TIME = "${time:invariant=true}";
private const string STRUCLOG_TIME = "${date:universalTime=false:format=HH\\:mm\\:ss.ffff K}"; // Default culture is invariant
private const string STRUCLOG_LEVEL = "${level:uppercase=true:padding=-5}";
private const string STRUCLOG_LOGGER = "${logger}";
private const string STRUCLOG_MESSAGE = "${message}";
Expand Down

0 comments on commit 6703703

Please sign in to comment.