It's in the FAQ: http://logging.apache.org/log4net/release/faq.html
<appSettings>
<add key="log4net.Internal.Debug" value="true"/>
</appSettings>
-----Original Message-----
From: Steve Hueners [mailto:[email protected]]
Sent: 18 September 2014 12:12
To: Log4NET User
Subject: Re: AdoNetAppender on Azure SQL: Works then quits working
On Wed, Aug 20, 2014 at 11:01 AM, Joe <[email protected]> wrote:
> and route this trace output to a file.
Thanks much for your reply. I'm not clear about how to route the internal debug
output to a trace file. An Azure website provides access to the file system via
the project's App_Data so if I knew the precise step/syntax required to 'route
this trace to a file' I think I'd be able to produce some output. --appreciated