File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
propulsion-summary-consumer
propulsion-tracking-consumer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ module Logging =
7777 |> fun c -> if verbose then c.MinimumLevel.Debug() else c
7878 |> fun c -> let theme = Sinks.SystemConsole.Themes.AnsiConsoleTheme.Code
7979 if not verbose then c.WriteTo.Console( theme= theme)
80- else c.WriteTo.Console( theme= theme, outputTemplate= " [{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}| {Properties}{NewLine}{Exception}" )
80+ else c.WriteTo.Console( theme= theme, outputTemplate= " [{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj} {Properties}{NewLine}{Exception}" )
8181 |> fun c -> c.CreateLogger()
8282
8383let start ( args : CmdParser.Arguments ) =
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ module Logging =
120120 |> fun c -> if verbose then c.MinimumLevel.Debug() else c
121121 |> fun c -> let theme = Sinks.SystemConsole.Themes.AnsiConsoleTheme.Code
122122 if not verbose then c.WriteTo.Console( theme= theme)
123- else c.WriteTo.Console( theme= theme, outputTemplate= " [{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}| {Properties}{NewLine}{Exception}" )
123+ else c.WriteTo.Console( theme= theme, outputTemplate= " [{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj} {Properties}{NewLine}{Exception}" )
124124 |> fun c -> c.CreateLogger()
125125
126126let [<Literal>] AppName = " ConsumerTemplate"
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ module Logging =
120120 |> fun c -> if verbose then c.MinimumLevel.Debug() else c
121121 |> fun c -> let theme = Sinks.SystemConsole.Themes.AnsiConsoleTheme.Code
122122 if not verbose then c.WriteTo.Console( theme= theme)
123- else c.WriteTo.Console( theme= theme, outputTemplate= " [{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}| {Properties}{NewLine}{Exception}" )
123+ else c.WriteTo.Console( theme= theme, outputTemplate= " [{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj} {Properties}{NewLine}{Exception}" )
124124 |> fun c -> c.CreateLogger()
125125
126126let [<Literal>] AppName = " ConsumerTemplate"
You can’t perform that action at this time.
0 commit comments