serilog-mssql / serilog-sinks-mssqlserver

A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
Apache License 2.0
278 stars 148 forks source link

Default value of AllowNull #530

Closed miksh7 closed 6 months ago

miksh7 commented 6 months ago

Could you update readme to specify the AllowNull default value ?

E.g. DataLength has such description:

The value -1 indicates (max) length and is the property's default.

ckadluba commented 6 months ago

The default is true. Thank you for pointing this out. I will state this in the README as soon as I can.