Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable logging in jupyter and non-jupyter contexts.
- In jupyter, log to std out with no format string (just like print) - In non-jupyter, do the same. But need to override Prefect's logging handler (which writes to stderr stream) to see the output in the worker stdout. - Accept the fact that only my logger output (from core pacakge) will not be visible in the prefect UI. For that need to use print statements or prefect logger in flow/task code.
- Loading branch information