You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by Alberto Bolchini <al...@engitel.com> on 2004/09/21 18:15:15 UTC

Logging on network share

Hello.
 
We are having a bizarre behaviour on logging in this environment:
 
- log4net 1.2.0 Beta 8 (07/15)
- .Net Framework 1.1
- 2 load-balanced, clusterd web servers, with 4 web applications (each) mounting their docroot from a network share.
 
On both servers, Runtime Security Policies have been modified to let the assemblies get loaded from the network share (new Code groups have been created at Machine level, , and all the application start-up successfully. Nevertheless, just 3 applications out of 8 log anything using the RollingFileAppender; the odd thing is that one app. logs from both the servers and one of the other apps logs from just one server.
 
Configurations (web.config stanzas for log4net) are all the same except for the filename where the appender should log (this is located on the network share as well).
 
Does anybody have suggestions on directions to take to investigate the problem?
 
Thanks
 
Alberto.