Hi guys, ```from prefect.deployments import run_d...
# ask-community
s
Hi guys,
Copy code
from prefect.deployments import run_deployment
I have a weird problem, when I use the line of code, logger in my script only works for warning and error not for info and debug. any hints how to solve this ?