You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not appear to load the connection string or the table name from the appsettings.json file, however it is using this file to pick up the Using: Serilog.Sinks.MySQL line.
I am pulling Serilog into the application via WebHostBuilder as documented here: https://github.com/serilog/serilog-aspnetcore#inline-initialization
This does not appear to load the connection string or the table name from the appsettings.json file, however it is using this file to pick up the Using: Serilog.Sinks.MySQL line.
If I specify the connection string manually by adding the following line to the code documented in the link above, everything works normally:
Do I have the configuration incorrect in the settings file?
The text was updated successfully, but these errors were encountered: