Sylvain Hazard
05/20/2022, 8:57 AMloguru
logger in Prefect tasks as described here.
At first glance it works pretty well but it looks like DEBUG
logs aren't sinked into Prefect. Any idea what I could do ?loguru
docs, you can define a minimum level to send logs to the sink but the default value is DEBUG which doesn't seem to work 😕Sylvain Hazard
05/20/2022, 9:34 AMAnna Geller
05/20/2022, 10:56 AMexport PREFECT__LOGGING__EXTRA_LOGGERS="['boto3', 'botocore']"