Skip to content

Commit b21a261

Browse files
committed
Missing link in README
1 parent d3cf6bd commit b21a261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ All properties in the `MSSqlServerSinkOptions` object are discussed in the [MSSq
6060

6161
Table configuration with the optional `ColumnOptions` object is a lengthy subject discussed in the [ColumnOptions Object](#columnoptions-object) topic and other related topics.
6262

63-
Like other sinks, `restrictedToMinimumLevel` controls the `LogEventLevel` messages that are processed by this sink.
63+
Like other sinks, `restrictedToMinimumLevel` controls the `LogEventLevel` messages that are processed by this sink. This parameter is ignored if the property [LevelSwitch](#levelswitch) in the sink options is set.
6464

6565
This is a "periodic batching sink." The sink will queue a certain number of log events before they're actually written to SQL Server as a bulk insert operation. There is also a timeout period so that the batch is always written even if it has not been filled. By default, the batch size is 50 rows and the timeout is 5 seconds. You can change these through by setting the `MSSqlServerSinkOptions.BatchPostingLimit` and `MSSqlServerSinkOptions.BatchPeriod` arguments.
6666

@@ -244,6 +244,7 @@ Basic settings of the sink are configured using the properties in a `MSSqlServer
244244
* `BatchPostingLimit`
245245
* `BatchPeriod`
246246
* `EagerlyEmitFirstEvent`
247+
* `LevelSwitch`
247248

248249
### TableName
249250

0 commit comments

Comments
 (0)