The Log4Net mailing list is a great source of information about using log4Net, in this forum we collect all the messages in the log4net user list and some selected threads from the developer list.
| Author |
Messages |
|
Marc McGinley
 |
| 09/02/2008 11:43 AM |
|
Hi,
I've been playing with log4net and writing to file seems to work okay =20 but when I try logging to a database nothing happens...
To explain a little more... I'm running a trace on the database and I =20 can see that it's trying to commit a transaction but it's not =20 resulting in any writes. I was playing with this for hours yesterday, =20 turned on the machine this morning and there were some rows in the =20 database. I've played around this morning (should have submitted at =20 least 30 logs from the same page (that worked last night)) and only =20 one of them has come through.
Is there some sort of buffer? The writing to db seems to be a little =20 erratic (I've no way to predict how often it writes) is there anything =20 I can do to sort this out?
Cheers!
|
|
|
|
|
Pascal ROZE
 |
| 09/02/2008 11:52 AM |
|
Hi
Try with <bufferSize value="0" /> in your appender definition.
Pascal
|
|
|
|
|
Marc McGinley
 |
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|