Defining import & deployment log formats

Required Rights
(by category)
Server Administration
Access  Preferences →  Log Configuration→  Import Log Format or  Deployment Log Format

When an import or deployment process is executed, the step-by-step log is displayed in the Import Results or Deployment Result view under the Logs tab.

Logs are displayed on a green screen and can be filtered by step. The format of each line in the log can be changed but must be based on Java String Format syntax.

Open the corresponding Log Format menu to define the format of content displayed in each line of the log.

Define the format in which to display the import logs

Edit the import log default parameters
Field Description
Log Pattern

The syntax of the log when it is displayed in the DROPS Studio. Rearrange the variables available to display the log in a way that makes sense to you. Hover over the field to see the full list f variables available displayed in the tooltip.

Date Format

The date format is used to replace the %2$s variable when the log is displayed in the DROPS Studio. Modify it using y (year), M (month), d (day), H (hour), m (minute) and s (second) and/or S (millisecond) placeholders.

Click OK to save.

Note

If any pattern’s syntax is incorrect, an error icon is displayed warning you that you may need to modify the string.