Skip to content

Commit c192bbd

Browse files
committed
Fixed doc issue #408
Wrong variable name in code sample corrected.
1 parent 07a514b commit c192bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ var columnOpts = new ColumnOptions();
107107
columnOpts.Store.Remove(StandardColumn.Properties);
108108
columnOpts.Store.Add(StandardColumn.LogEvent);
109109
columnOpts.LogEvent.DataLength = 2048;
110-
columnOpts.PrimaryKey = options.TimeStamp;
110+
columnOpts.PrimaryKey = columnOpts.TimeStamp;
111111
columnOpts.TimeStamp.NonClusteredIndex = true;
112112

113113
var log = new LoggerConfiguration()

0 commit comments

Comments
 (0)