Hi Luk!
Unfortunately, there is no such option in the original log4j class. The reason is the class "org.apache.log4j.DailyRollingfileAppender": it contains the following code:
scheduledFilename = fileName+sdf.format(new Date(file.lastModified()));
What you can do is extend the log4j class and change the behaviour of the method. Then you add your jar to JBoss and use your class in the log4j config.
cheers,
Andre