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 3835af4 commit 6a26fdcCopy full SHA for 6a26fdc
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}|${threadid}|${level}|${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