[ 
https://issues.apache.org/jira/browse/LOG4J2-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047937#comment-13047937
 ] 

Ralph Goers commented on LOG4J2-4:
----------------------------------

I've added file locking to the "normal" file appender. I didn't add it to the 
RollingFileAppender as it will result in problems to have one JVM attempt to 
roll the file that another still has open.

> Prefer java.nio to java.io
> --------------------------
>
>                 Key: LOG4J2-4
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-4
>             Project: Log4j 2
>          Issue Type: Wish
>          Components: Appenders
>            Reporter: Curt Arnold
>
> java.nio classes should be preferred to java.io classes.  java.nio can often 
> eliminate the need for JVM level locks and move it down into the OS level.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to