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
Currently, if you define a Prefect logger inside of a ControlFlow flow, the logs will not appear in the Prefect flow run logs natively.
This issue tracks adding either the Prefect logger natively or some sort of wrapper to allow for the Prefect logger logs to appear in flow run logs when run inside of a ControlFlow flow.
Use Case
fromcontrolflowimportflowfromprefectimportget_run_logger@flowdefexample_controlflow():
logger=get_run_logger()
logger.info("Starting Baseball Control Flow")
example_controlflow()
Proposed Implementation
No response
The text was updated successfully, but these errors were encountered:
Enhancement Description
Currently, if you define a Prefect logger inside of a ControlFlow flow, the logs will not appear in the Prefect flow run logs natively.
This issue tracks adding either the Prefect logger natively or some sort of wrapper to allow for the Prefect logger logs to appear in flow run logs when run inside of a ControlFlow flow.
Use Case
Proposed Implementation
No response
The text was updated successfully, but these errors were encountered: