How would I go about configuring logging for Openfire?

I would like to remove the max size of the log files, lump all logs into one log for easy tailing, and set log rotation to be based on age rather than size. Is there an easy way to do this? I can’t seem to find it in the web admin interface, and not posts on it here in the forums. I’d appreciate any info this community can provide to get me going. Thanks!

M@

Well there is a log4j.xml that controls the logging. You can set a bigger size. I am too is looking for a way to change the rollover time.

maybe DailyRollingFileAppender for log4j?