Re: AdoNetAppender not working PostgreSQL database using Npgsql

2014-05-30 Thread Dominik Psenner
Glad you were able to sort it out on your own and be sure that it would have taken ages to find this. :-) Cheers 2014-05-30 21:32 GMT+02:00 Rob Richardson : > Sorry to bother you. The problem turns out to be what seems to me an > unbelievable bug (feature?) in the PostgreSQL administration to

RE: AdoNetAppender not working PostgreSQL database using Npgsql

2014-05-30 Thread Rob Richardson
Sorry to bother you. The problem turns out to be what seems to me an unbelievable bug (feature?) in the PostgreSQL administration tool PGAdmin shipped with version 9.3: if you use that tool to create a table, the name of the table includes double quotes. I decided, just for grins, to try the

AdoNetAppender not working PostgreSQL database using Npgsql

2014-05-30 Thread Rob Richardson
Greetings! I am trying to get an AdoNetAppender to work, and I'm not succeeding. For now, all I'm trying to do is to write a constant message to a database table. Along with the AdoNetAppender, I have a RollingFileAppender that is working well. I should get one record in my log table for eve

Re: RollingFileAppender overwriting file

2014-05-30 Thread Dominik Psenner
I'm bad at guessing. You could enable log4net's internal debugging and check if something fishy shows up there. 2014-05-30 0:39 GMT+02:00 Tim Sirmovics : > Not letting the process run at any time around midnight seems to have > solved the issue for now. > > > > The setup I have is that the proc