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 works fine for appsettings.json and other configurations files. loggerFactory.AddLog4Net(); throws an exception: Could not find file 'dllPath/log4net.config'
The text was updated successfully, but these errors were encountered:
I use an alternative path to the configuration files. I set that path using HostBuilder.ConfigureAppConfiguration method:
This works fine for appsettings.json and other configurations files.
loggerFactory.AddLog4Net();
throws an exception:Could not find file 'dllPath/log4net.config'
The text was updated successfully, but these errors were encountered: