You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The objective of this issue is to generate a log tracking taking into account:
ID of the flow that is being executed. This is because 2 flows could be executed at the same time and the log would fall into the same log file, which would make it impossible to identify which flow each line corresponds to.
ID of the thread that is running. This is to identify the thread of each module and be able to order the logging by this ID so that in the event of a failure in a thread, we can identify which failure and differentiate it from other threads.
Format: [INFO] [FLOW_ID] [THREAD_ID]
Taks
The workflow must generate the logger models with the IDs
Generate the FLOW_ID
Generate the THREAD_ID
It must allow the tracking of a flow and each parallel execution of the modules.
The text was updated successfully, but these errors were encountered:
Description
The objective of this issue is to generate a log tracking taking into account:
Format: [INFO] [FLOW_ID] [THREAD_ID]
Taks
The text was updated successfully, but these errors were encountered: