Software AG Products 10.5 | Administering Integration Server | Setting Up the Server Log | Changing the Log Displays | Specifying the Date and Time Format to Use in Log Entries
 
Specifying the Date and Time Format to Use in Log Entries
By default, log entries in all logs shown in Integration Server Administrator use the format yyyy-mm-dd hh:mm:ss. You can change this format to any other format that is supported by the Java class java.text.SimpleDateFormat.
*To specify the date and time format to use in log entries
1. In Integration Server Administrator, go to the Settings > Logging page.
2. In the Logger List, click Server Logger.
3. Click Edit Server Logger.
4. In the Format box, type the date and time format to use. You can specify any format that is supported by the Java class java.text.SimpleDateFormat (for example, yyyy-MM-dd HH:mm:ss z).
5. Click Save Changes.
Note:
You can also change the date and time format for log entries using the watt.server.dateStampFmt server configuration parameter. For more information about this parameter, see Server Configuration Parameters.