Configuring the Date Format in the Log Files
As per your requirement and locale, you can customize the date and time format used in the BusinessEvents logs.
Procedure
-
Add the
be.trace.date.format property to the project's CDD file or
be-engine.tra and set its value with the required date and time format.
The date and time formats conforms to the formats of the java.text.SimpleDateFormat class of JDK 1.6, or the org.apache.commons.lang.time.FastDateFormat class of Apache. Refer the URL http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html for more information on the supported formats.For example, setting the value to "yyyy MMM dd HH:mm:ss:SSS z" translates to "2015 Feb 23 10:47:23:456 IST" in the logs.
be.trace.date.format = "yyyy MMM dd HH:mm:ss:SSS z"
Copyright © TIBCO Software Inc. All Rights Reserved.