Tracing level in Informatica PowerCenter
In Informatica PowerCenter, the tracing level refers to the level of detail recorded in the session log during the execution of a workflow or session. It helps in troubleshooting and debugging the workflow by providing detailed information about each step of the workflow's execution. The tracing level can be set at different levels of granularity, ranging from minimal information to very detailed information. The available tracing levels typically include: Terse: This level provides minimal information in the session log. It only records essential information such as the start and end times of tasks and the final status of the session. Normal: This level provides moderate detail in the session log. It includes information about the progress of the session, such as the start and end times of tasks, row counts, and transformation errors. Verbose Data: This level provides detailed information in the session log, including the data passing through each transformation. It...