Skip to main content
Version: 3

Setting up and retaining the activity logs and repository files

Adeptia Connect enables you to set the logging level, repository file retention, and activities logging retention level for a Transaction. These settings aid in configuring the extent of details captured in logs, managing the retention of repository files and activity logs, enhancing the analysis of a Transaction's information. You can configure the logging level and the activity logs and repository retention in the fields that are visible under the Advanced Settings option present on the Transaction Settings (Transaction) and Settings (Template) screen.

InformationVisibility of the fields under Advanced Settings may vary based on the Routing Type you select.

The following is an overview of each field:

1. Logging Level: This field sets the type of activity logs that should be produced in the log file. These logs are created at the application level and can be viewed in the Dashboard. You can select from either of the following options described in the given table:

OptionsDescription
Use From Process Flow
• This option is visible only in case of a Custom Template or Transaction.
• Selecting this option sets the Logging Level based on the value configured in Process Flow associated with the Custom Template.
INFOAn intermediate logging level that captures important information about the transaction, such as when it started and ended, number of records processed, execution details, etc.
DEBUGThe most detailed logging level, which generates information for each activity that you can use for tracing errors and troubleshooting.




Warning
ERRORThis is the default log level. it generates the logs that contains the error details encountered during the execution of the Transaction.
  1. Repository File Retention: This field sets the retention level for the generated repository files (intermediate data such as source data, mapping output, target data, etc.). You can select from either of the following options described in the given table:

OptionsDescription
Use From Process Flow
• This option is visible only in case of a Custom Template or Transaction.
• Selecting this option sets the Repository File Retention based on the value configured in Process Flow associated with the Custom Template.
DONT DELETESelect this option if you want the repository files to not get deleted after execution of a Transaction.
DELETESelect this option if you want the repository files to get deleted after execution of a Transaction.
DELETE ON SUCCESSSelect this option if you want the repository files to get deleted on successful execution of the Transaction.
DELETE ON SUCCESS EXCEPT SOURCE DATAThis is the default logging level for Repository File Retention. If you select this option then the repository files, except for the source data, gets deleted on successful execution of the Transaction.
  1. Activities Logging Retention: This field sets the logs retention level for each activity such as its execution time, error records, processed data (Bytes/Records), etc. You can select from either of the following options described in the given table:
OptionsDescription
Use From Process Flow
• This option is visible only in case of a Custom Template or Transaction.
• Selecting this option sets the Activity Logging Retention based on the value configured in Process Flow associated with the Custom Template.
DONT DELETEThis is the default retention level for activities' logs. If you select this option the activity logs do not get deleted.
DELETE ON SUCCESSSelect this option if you want the activity logs to get deleted on successful execution of the Transaction.
NO LOGGINGSelect this option if you don't want to create the activity logs.