Skip to content

Commit 9e9fa4e

Browse files
committed
Fix: Corrected Exception output
1 parent bce37b6 commit 9e9fa4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodeOfChaos.Extensions.Serilog/ConsoleFormats.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ namespace CodeOfChaos.Extensions.Serilog;
77
// ---------------------------------------------------------------------------------------------------------------------
88
public static class ConsoleOutputTemplates {
99
public const string Default = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}";
10-
public const string DefaultShort = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}";
11-
public const string AnnaSasDevServer = "[{Timestamp:HH:mm:ss} {Level:u3} {Section,-12}] {Message:lj}{NewLine}";
10+
public const string DefaultShort = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}";
11+
public const string AnnaSasDevServer = "[{Timestamp:HH:mm:ss} {Level:u3} {Section,-12}] {Message:lj}{NewLine}{Exception}";
1212
}

0 commit comments

Comments
 (0)