Hi, Found out the solution In org.ops4j.pax.logging.cfg (located at \jboss-fuse-6.0.0.redhat-024\etc\)
wherever you find
*.ConversionPattern = %d{ABSOLUTE}
use
*.ConversionPattern = %d{DATE}
You can also define your own custom pattern for date as %d{HH:mm:ss,SSS} or
%d{dd MMM yyyy HH:mm:ss,SSS}
-----
Satyam Maloo
--
View this message in context:
http://camel.465427.n5.nabble.com/Add-date-to-logs-tp5745662p5745718.html
Sent from the Camel - Users mailing list archive at Nabble.com.
