Log4NetAdoNetAppender
Log4NetAdoNetAppender copied to clipboard
Add to Documentation
Hi When using different environments (appsettings.Development/Production/whatever.json) the connectionStringFile tag in log4net.config has to be <connectionStringFile value="appsettings.{0}.json" /> (The code uses string.fomat and will replace {0} with current Environment.