We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a514b commit c192bbdCopy full SHA for c192bbd
README.md
@@ -107,7 +107,7 @@ var columnOpts = new ColumnOptions();
107
columnOpts.Store.Remove(StandardColumn.Properties);
108
columnOpts.Store.Add(StandardColumn.LogEvent);
109
columnOpts.LogEvent.DataLength = 2048;
110
-columnOpts.PrimaryKey = options.TimeStamp;
+columnOpts.PrimaryKey = columnOpts.TimeStamp;
111
columnOpts.TimeStamp.NonClusteredIndex = true;
112
113
var log = new LoggerConfiguration()
0 commit comments