Skip to content

Commit b8d0988

Browse files
author
Colin Young
committed
Correct default name of properties column
1 parent 51c5ee8 commit b8d0988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/ColumnOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public ColumnOptions()
2727
{ StandardColumn.Level, StandardColumn.Level.ToString()},
2828
{ StandardColumn.TimeStamp, StandardColumn.TimeStamp.ToString()},
2929
{ StandardColumn.Exception,StandardColumn.Exception.ToString()},
30-
{ StandardColumn.Properties, StandardColumn.Exception.ToString()}
30+
{ StandardColumn.Properties, StandardColumn.Properties.ToString()}
3131
};
3232

3333
TimeStamp = new TimeStampColumnOptions();

0 commit comments

Comments
 (0)