Re: AdoNetAppender on Azure SQL: Works then quits working

2014-09-18 Thread Steve Hueners
On Wed, Aug 20, 2014 at 11:01 AM, Joe 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 st

Re: AdoNetAppender on Azure SQL: Works then quits working

2014-08-19 Thread Steve Hueners
It happened again last night - I had a line logged at 2014-08-19 00:59:59.537 (gmt) then nothing until I restarted the website. On Mon, Aug 18, 2014 at 3:07 PM, Steve Hueners wrote: > Last week I stepped thru the hoops required to configure a connection > string for my Azure SQL

AdoNetAppender on Azure SQL: Works then quits working

2014-08-18 Thread Steve Hueners
Last week I stepped thru the hoops required to configure a connection string for my Azure SQL db and confirmed that logging was working as expected. Log messages were stored for several days, but at some point, the logging ceased. I re-published the site (without changing anything related to Log4N