Log4NetAdoNetAppender icon indicating copy to clipboard operation
Log4NetAdoNetAppender copied to clipboard

Add to Documentation

Open JanneSaare opened this issue 3 years ago • 0 comments

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.

JanneSaare avatar Mar 05 '22 10:03 JanneSaare