Is this the effective method to solve the issue ? ```from prefect.logging import loggers logger = lo...
s
Is this the effective method to solve the issue ?
Copy code
from prefect.logging import loggers
logger = loggers.get_logger() $ replace my instance of logger with it.
d
What version of prefect?
s
2.10.4