mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-23 17:09:17 +01:00
fix: timestamp brackets
This commit is contained in:
parent
aef30dba5e
commit
216ce04a74
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ namespace Dalamud {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
var newLogger = new LoggerConfiguration()
|
var newLogger = new LoggerConfiguration()
|
||||||
.WriteTo.Async(a => a.File(logPath, outputTemplate: "{Timestamp:HH:mm:ss.fff}[{Level:u3}] {Message:lj}{NewLine}{Exception}"))
|
.WriteTo.Async(a => a.File(logPath, outputTemplate: "[{Timestamp:HH:mm:ss.fff}][{Level:u3}] {Message:lj}{NewLine}{Exception}"))
|
||||||
.WriteTo.EventSink()
|
.WriteTo.EventSink()
|
||||||
.MinimumLevel.ControlledBy(levelSwitch)
|
.MinimumLevel.ControlledBy(levelSwitch)
|
||||||
.CreateLogger();
|
.CreateLogger();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue