Perform the following steps to collect configuration data, master data, and first failure data:
Values | Description |
---|---|
ON_ERROR | If an error occurs during the execution of an API, then irrespective of the tracing level that is configured for the API in System Management console, certain data such as API input, error details, configuration data, and select master data that were accessed during the API execution, are dumped in the form of an XML into a separate log file. The default location of the log file is in the ffdc directory present inside the log directory. |
ON_VERBOSE | If an API is run with VERBOSE level of tracing enabled in System Management console, then at the end of the successful execution of the API, certain data such as API input, configuration, and select master data that were accessed during the API execution, is dumped in the form of an XML into the standard log file. ON_VERBOSE is the default value for the api.configuration.dump.mode property. |
ON_ERROR_AND_VERBOSE | This level provides the features of both ON_ERROR and ON_VERBOSE modes. |
NONE | This level does not collect any configuration or master data. |