[ https://issues.apache.org/jira/browse/LOG4NET-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15011833#comment-15011833 ]
Dominik Psenner commented on LOG4NET-491: ----------------------------------------- you cannot use minimal locking when multiple processeses try to write to the same file. Try to have multiple files or use interprocesslocking. > 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 > > 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)