Marshall Powers <mpowers <at> appsecinc.com> writes: > I’m trying to use a RollingFileAppender, but my log > files are not “rolling” when it seems that they should. I am using > a SizeBasedTriggeringPolicy with max file size = 100kb, and a > ... > > Thanks > > Marshall
Are you sharing the same log file among processes ? I've seen this behaviour when I log all my processes to the same file. --Steve
