Log4Net - Issues **************** Enable internal debugging ========================= `FAQ: How do I enable log4net internal debugging?`_ :: This setting is read immediately on startup an will cause all internal debugging messages to be emitted. **Note**: Add these settings to the end of the configuration file i.e. after ```` and after the final ```` tag. No Logging ========== - Have you set-up the assembly configuration in ``AssemblyInfo.cs``? For more information see :doc:`getting-started`, *Configuration*, *Assembly*... - I had a situation where my main application did not do any logging, but one of the references did. I added logging to the main application, and everything burst into life. .. _`FAQ: How do I enable log4net internal debugging?`: http://logging.apache.org/log4net/release/faq.html