Skip to content

Commit 8182532

Browse files
authored
Merge pull request #194 from CK159/dev
Readme tweak [skip ci]
2 parents 41f65c7 + 4934154 commit 8182532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ Keys and values are not case-sensitive. This is an example of configuring the si
470470
"autoCreateSqlTable": true,
471471
"restrictedToMinimumLevel": "Warning",
472472
"batchPostingLimit": 1000,
473-
"period": 30,
473+
"period": "0.00:00:30",
474474
"columnOptionsSection": { . . . }
475475
}
476476
}
@@ -490,7 +490,7 @@ As the name suggests, `columnOptionSection` is an entire configuration section i
490490
"removeStandardColumns": [ "MessageTemplate", "Properties" ],
491491
"additionalColumns": [
492492
{ "ColumnName": "EventType", "DataType": "int", "AllowNull": false },
493-
{ "ColumnName": "Release", "DataType": "varchar", "DataLength": 32 }
493+
{ "ColumnName": "Release", "DataType": "varchar", "DataLength": 32 },
494494
{ "ColumnName": "All_SqlColumn_Defaults",
495495
"DataType": "varchar",
496496
"AllowNull": true,

0 commit comments

Comments
 (0)