File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ServiceControl.Infrastructure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public static void ConfigureLogging(LoggingSettings loggingSettings)
2222 }
2323
2424 var nlogConfig = new LoggingConfiguration ( ) ;
25- var simpleLayout = new SimpleLayout ( "${longdate}|${threadid}|${level}|${logger}|${message}${onexception:|${exception:format=tostring}}" ) ;
25+ var simpleLayout = new SimpleLayout ( "${longdate}|${processtime}|${ threadid}|${level}|${logger}|${message}${onexception:|${exception:format=tostring}}" ) ;
2626
2727 var fileTarget = new FileTarget
2828 {
@@ -70,7 +70,7 @@ public static void ConfigureLogging(LoggingSettings loggingSettings)
7070 FileName = Path . Combine ( loggingSettings . LogPath , "metrics/${shortdate}.csv" ) ,
7171 ArchiveFileName = Path . Combine ( loggingSettings . LogPath , "metrics/logfile.{#}.csv" ) ,
7272 ArchiveNumbering = ArchiveNumberingMode . DateAndSequence ,
73- Layout = new SimpleLayout ( "${longdate};${level};${logger};${message}" ) ,
73+ Layout = new SimpleLayout ( "${longdate};${processtime};${ level};${logger};${message}" ) ,
7474 MaxArchiveFiles = 14 ,
7575 ArchiveAboveSize = 30 * megaByte ,
7676 CreateDirs = true
You can’t perform that action at this time.
0 commit comments