[ https://issues.apache.org/jira/browse/LOG4NET-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15015444#comment-15015444 ]
Dominik Psenner commented on LOG4NET-491: ----------------------------------------- If you use the latest trunk and configure logging to use the InterProcessLock you should be able to write logs to the same logfile even from multiple processes. However, please note that the locking comes with a performance penalty and given that you can decide how logging should be done, configure log4net to log to different files. > Can't write the same log file from different processes > ------------------------------------------------------ > > Key: LOG4NET-491 > URL: https://issues.apache.org/jira/browse/LOG4NET-491 > Project: Log4net > Issue Type: Bug > Components: Appenders > Affects Versions: 1.2.14 > Reporter: Moti > Assignee: Dominik Psenner > > We have some RollingFileAppender that write to the same log file and run from > different processes, and although I used the MinimalLock option, only most of > the events are written to the log file but not 100% of them (from the > different processes) > I saw that you fixed this bug: > https://issues.apache.org/jira/browse/LOG4NET-485 > but it didn't help in my case. > Does it something you can solve or should I use different log files for each > process? > Thanks! -- This message was sent by Atlassian JIRA (v6.3.4#6332)