Hi! I am currently working with Prefect v1 and I w...
# prefect-community
s
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
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
Copy code
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