aspose file tools
The moose likes JBoss and the fly likes Query related to periodic-rotating-file-handler in jboss-logging.xml Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Query related to periodic-rotating-file-handler in jboss-logging.xml" Watch "Query related to periodic-rotating-file-handler in jboss-logging.xml" New topic
Author

Query related to periodic-rotating-file-handler in jboss-logging.xml

Samir Banerjee
Ranch Hand

Joined: Jun 21, 2010
Posts: 72
So I need to achieve two things :
1) Log files should be rotated at 12 AM instead of 12 PM
2) Also when rotation happens the file name is changed like filename.log.[date]. I need to use .log as the extension.

My current entry is something like this :



Are above two points possible? I am using jboss-6.0.0.
Thanks in Advance!

Regads,
Aniket
Samir Banerjee
Ranch Hand

Joined: Jun 21, 2010
Posts: 72
Does anyone has any idea about this?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Query related to periodic-rotating-file-handler in jboss-logging.xml
 
Similar Threads
Logging
JBoss' embedded tomcat not Logging
server.log in JBoss 6
How to configure a separate log file(Log4j) for a specific application in JBoss?
server.log showing INFO even after jboss-log4j.xml configured to ERROR mode. Please help