First, hi all. I'm a newbie both to Jboss and to this forum.
I'm trying to tell Jboss to split my logfiles in order to get more managable sizes, but with no luck. In my jboss-log4j.xml i have both the DailyRollingFileAppender
and then the RollingFileAppender:
But it won't split at 5MB! I tried disabling the first (the daily one), but still no luck. I also tried renaming the =${jboss.server.log.dir}/server.log" just to se that the log file got the new name, i.e. that the xml-tag is read and it was. Hence my question, why doesn't my log file split at 5MB? What am i overlooking/missing?