mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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
|
||||
|
||||
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()
|
||||
.MinimumLevel.ControlledBy(levelSwitch)
|
||||
.CreateLogger();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue