|
We have log4net using SQL Server as Appender for
logging. We ran load tests using LoadRunner that logs using log4net
through Business objects. Two tests were done. Results were these….
Will this setting for the Appender in the Config file resolve
the issue if an Error from SQL Server led to a shutdown of the log4net. <param name="reconnectonerror"
value="true" /> We did not have this parameter added in our config file in
both tests. Can someone answer these questions ? 1) What are the
possible causes for the log4net to shutdown and stop logging for good during a
load test or in a running application ? What are the resolutions ? 2) How does
log4net log messages ? Does each “Log” method call from the
application make a connection to the database and then write the data ?
Or that the log messages are stored into a buffer and then log4net does a bulk
insert periodically ? Is there a configuration parameter related to
buffering ? Rama Ramakrishnan |
- Log4net Stops Logging Rama Ramakrishnan
- Re: Log4net Stops Logging Ron Grabowski
