Skip to content

Commit

Permalink
Merge branch 'dev' into feat/arcdps_bridge_rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamkins authored Mar 31, 2024
2 parents e4aa354 + 6703703 commit 2d066a1
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 2d066a1

Please sign in to comment.