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
Description
Task and flows are logged automatically by Prefect. Functions should be logged as well as some of them can take a while to execute before producing new log message.
Solution proposals
Create decorator to log at entry (and exit?) of a function call
Definition of Done
Each execution of each function and its parameters gets logged.
The text was updated successfully, but these errors were encountered:
Description
Task and flows are logged automatically by Prefect. Functions should be logged as well as some of them can take a while to execute before producing new log message.
Solution proposals
Create decorator to log at entry (and exit?) of a function call
Definition of Done
Each execution of each function and its parameters gets logged.
The text was updated successfully, but these errors were encountered: