If you have a single configuration for several processes you may have to consider locking issues, especially with files. If you want multiple processes to write to the same log file then you need to use the FileAppender's MinimalLock locking model.
Other than that there should be no problems using the same logging config. Nicko > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 16 June 2005 05:32 > To: [email protected] > Subject: common log4net.config for multiple web apps > > Hi, > > Can I have a common log4net.config file shared across > multiple web apps. Are there any pitfalls? > > Thanks in advance, > Hemant >
