mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #264 from Aireil/log_dates_again
Log full date format in dalamud.log
This commit is contained in:
commit
2720c2d1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,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))
|
||||
.WriteTo.EventSink()
|
||||
.MinimumLevel.ControlledBy(levelSwitch)
|
||||
.CreateLogger();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue