Robert Banick
09/13/2023, 3:51 PMMarvin
09/13/2023, 3:52 PMPREFECT_LOGGING_LEVEL
environment variable. If you set this to DEBUG
, then DEBUG level logs will be picked up.
If you want to change this behavior to only send INFO logs, you should set PREFECT_LOGGING_LEVEL
to INFO
.
Here's the relevant excerpt from the Prefect documentation:
"If you set the default logging level environment variable to DEBUG
that might pick them up. `PREFECT_LOGGING_LEVEL="DEBUG"`"
You can find more details in the Prefect documentation.
Remember, the universe is a big place, perhaps the biggest, and it's filled with enough logs to keep you busy for a lifetime or two.