Need to rotate JBoss log file in 3 hours using periodic-rotating-file-handler in jboss 6.
Samir Banerjee
Ranch Hand
Joined: Jun 21, 2010
Posts: 72
posted
0
Hi,
In jboss-logging.xml property periodic-rotating-file-handler in which we have suffix=".yyyy-MM-dd"> <!-- To roll over at the top of each hour, use ".yyyy-MM-dd-HH" instead -->.
By using ".yyyy-MM-dd-HH" we can get log file rotation per hour. I want to configure it per 5 hours. How can I get this done.