We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
logger
1 parent cbc650f commit eeb309aCopy full SHA for eeb309a
src/ServiceControl.Infrastructure/LoggingConfigurator.cs
@@ -22,7 +22,7 @@ public static void ConfigureLogging(LoggingSettings loggingSettings)
22
}
23
24
var nlogConfig = new LoggingConfiguration();
25
- var simpleLayout = new SimpleLayout("${longdate}|${processtime}|${threadid:padding=2}|${level:padding=5}|${logger}|${message}${onexception:|${exception:format=tostring}}");
+ var simpleLayout = new SimpleLayout("${longdate}|${processtime}|${threadid:padding=2}|${level:padding=5}|${logger:padding=70}| ${message}${onexception:|${exception:format=tostring}}");
26
27
var fileTarget = new FileTarget
28
{
0 commit comments