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 715a6cf commit 992da0dCopy full SHA for 992da0d
README.md
@@ -49,6 +49,7 @@ If you are configuring Serilog with the `ReadFrom.AppSettings()` XML configurati
49
<add key="serilog:using:MSSqlSever" value="Serilog.Sinks.MSSqlServer" />
50
<add key="serilog:write-to:MSSqlServer.connectionString" value="Server=..."/>
51
<add key="serilog:write-to:MSSqlServer.tableName" value="Logs"/>
52
+<add key="serilog:write-to:MSSqlServer.autoCreateSqlTable" value="true"/>
53
```
54
55
To use a connection string from the `<connectionStrings>` element, specify its _name_ as the value of the connection string property.
0 commit comments