diff --git a/src/PoeLurker.UI/nlog.config b/src/PoeLurker.UI/nlog.config index b968b22d..b2e779ac 100644 --- a/src/PoeLurker.UI/nlog.config +++ b/src/PoeLurker.UI/nlog.config @@ -1,10 +1,15 @@ - + + - - + + ${LogDirectory}/${date:format=yyyy-MM-dd}.log + + [${date:format=yyyy/MM/dd HH\:mm\:ss.fff}] ${level:padding=-5} [${threadid}] ${message}${onexception:inner=${newline}${exception:format=tostring:maxInnerExceptionLevel=10:innerExceptionSeparator=Inner exception\:}} (${logger}) + + + - + \ No newline at end of file