We are using log4net and want to specify it\'s configuration in an external config file (as we have done with other sections). To do this we have changed the log4net section
There is an open defect on this issue. Log4Net does not support the configSource attribute of configuration elements. To use a purely configuration file solution you use the log4net.Config key in appSettings.
Step 1: Include the normal configuration section definition:
Step 2: Use the magic log4net.Config key in appSettings.
Step 3: Contribute a patch to fix the handling of configSource.