mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
fix exception logging
This commit is contained in:
@@ -153,6 +153,7 @@ namespace CompatBot
|
||||
ConcurrentWrites = false,
|
||||
AutoFlush = false,
|
||||
OpenFileFlushTimeout = 1,
|
||||
Layout = "${longdate} ${sequenceid} ${level:uppercase=true} ${message} ${onexception:\n${exception:format=tostring}}",
|
||||
};
|
||||
var asyncFileTarget = new AsyncTargetWrapper(fileTarget)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user