Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

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.

Visibility 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 Audit Logs of a Transaction in the Dashboard. You can select from either of the following options described in the given table:

Options

Description

INFO

An intermediate logging level that captures important information about the transaction, such as when it started and ended, number of records processed, execution details, etc.

DEBUG

The most detailed logging level, which generates information for each activity that you can use for tracing errors and troubleshooting.

Setting DEBUG as the logging level generates a rather large file size which may impact the performance of your system.

ERROR

This is the default log level. it generates the logs that contains the error details encountered during the execution of the Transaction.

2. 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: 

Options

Description

DONT DELETE

Select this option then the repository files do not get deleted after execution of a Transaction.

DELETE

Select this option then the repository files get deleted after execution of a Transaction.

DELETE ON SUCCESS

Select this option if you want the repository files to get deleted on successful execution of the Transaction. 

DELETE ON SUCCESS EXCEPT SOURCE DATA

This 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. 

3. 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:

Options

Description

DONT DELETE

This is the default logging level for activities retention. If you select this option the activity logs do not get deleted. 

DELETE ON SUCCESS

Select this option the activity logs gets deleted on successful execution of the Transaction.

NO LOGGING

Select this option if you don't want to create the activity logs. 

  • No labels