Shazwazza opened a new pull request #40: This fixes the Mutex name in the RollingFileAppender URL: https://github.com/apache/logging-log4net/pull/40 This fixes the Mutex name in the RollingFileAppender and the FileAppender to use the ApplicationUniqueId since the base file path isn't enough in hosted web applications There is a similar/same bug already logged for this issue here https://issues.apache.org/jira/browse/LOG4NET-506 This fix will specifically fix the issue where the rolling file appender will not log for any websites running on the same server with the same log file path and for sites on Azure this can be common, for example we've had the problem where several of our websites weren't logging because when on the same server they all have the same log file path (i.e. c:\home\site\wwwroot\app_data\log.txt) This fix won't fix the issue where the same base path applies to applications on the same server that are not websites since it's using the AppDomainAppId to differentiate.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
