diff --git a/Flow.Launcher.Infrastructure/Logger/Log.cs b/Flow.Launcher.Infrastructure/Logger/Log.cs index dc4207279..26e305ace 100644 --- a/Flow.Launcher.Infrastructure/Logger/Log.cs +++ b/Flow.Launcher.Infrastructure/Logger/Log.cs @@ -31,8 +31,8 @@ namespace Flow.Launcher.Infrastructure.Logger const string layout = @"${date:format=HH\:mm\:ss.ffffK} - " + - @"${level:uppercase=true} - ${logger} - ${message:l}" + - @"${onexception:${newline}${newline}" + + @"${level:uppercase=true:padding=-5} - ${logger} - ${message:l}" + + @"${onexception:${newline}" + @"EXCEPTION OCCURS\: ${exception:format=tostring}${newline}}"; var fileTarget = new FileTarget