https://prefect.io logo
Title
s

Sebastián Montoya Tapia

09/23/2022, 1:40 PM
Hi! I am currently working with Prefect v1 and I would like to avoid the logs of boto3 or any external library but be able to log my own information is there any way to accomplish this ?
b

Bianca Hoch

09/23/2022, 2:36 PM
Hi Sebastian, here's some documentation to get you started on configuring logs. You can customize them, and specify the type of logs you'd like returned by setting the value for the
PREFECT__LOGGING__LEVEL
. An example would be
export PREFECT__LOGGING__LEVEL=DEBUG
https://docs-v1.prefect.io/core/idioms/logging.html https://docs-v1.prefect.io/core/concepts/logging.html#logging-configuration