java - Log4j DailyRollingFileAppender concurrency with multiple processes -
i have number of identical processes writing single log file using log4j dailyrollingfileappender
. concerned multiple processes may try , roll file , chaos ensue. implementation allow using kind of locking mechanism? - javadoc doesn't mention it.
it not advisible let multiple processes access same log file. mayhem occur
Comments
Post a Comment