Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Created April 2, 2015 20:11
Show Gist options
  • Save johnmmoss/cc0777ab1acc8ac265f0 to your computer and use it in GitHub Desktop.
Save johnmmoss/cc0777ab1acc8ac265f0 to your computer and use it in GitHub Desktop.
Web.config log4net settings
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
<!-- more config -->
<log4net configSource="log4net.config" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment