You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code wraps the NLog file target in async, while serilog isn't configured to use async.
If I change the Serilog config to use Serilog.Sinks.Async version 1.3: .WriteTo.Async(a => a.File("Log.txt"), blockWhenFull: true) // blockWhenFull is true, because NLog is also configured to block when full.
then I get the following results:
The current code wraps the NLog file target in async, while serilog isn't configured to use async.
If I change the Serilog config to use Serilog.Sinks.Async version 1.3:
.WriteTo.Async(a => a.File("Log.txt"), blockWhenFull: true) // blockWhenFull is true, because NLog is also configured to block when full.
then I get the following results:
Dev info
Computer infomation
The text was updated successfully, but these errors were encountered: