hi, would like to ask if it is possible to set pre...
# ask-community
c
hi, would like to ask if it is possible to set prefect logging level through python. Thanks!
k
You would set it through the RunConfiguration. Add an env variable like
PREFECT___LOGGING___LEVEL=DEBUG
c
Thanks @Kevin Kho appreciated!