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.
1 parent 45a1425 commit fbb2d91Copy full SHA for fbb2d91
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}|${level}|${logger}|${message}${onexception:|${exception:format=tostring}}");
+ var simpleLayout = new SimpleLayout("${longdate}|${processtime}|${threadid:padding=2}|${level:padding=5}|${logger}|${message}${onexception:|${exception:format=tostring}}");
26
27
var fileTarget = new FileTarget
28
{
0 commit comments