<@ULVA73B9P> i'm using `logger = logging.getLogger...
# ask-marvin
d
@Marvin i'm using
logger = logging.getLogger(__name__)
to get a logger and
PREFECT_LOGGING_EXTRA_LOGGERS
with an array delimited list of the top-level directories in my project. This was working fine for ages, but stopped working a week back - the logger.info calls aren't appearing anymore. What's happened?
m
It seems your issue with
PREFECT_LOGGING_EXTRA_LOGGERS
might be related to recent updates or changes in Prefect. There's no specific GitHub issue addressing this exact problem, but it's possible that recent changes in Prefect could have affected logging behavior. You might want to review the latest release notes for any changes that could be relevant. The latest release includes several bug fixes and updates, but none specifically mention logging changes. You can view the full changelog here. If the problem persists and you suspect it's a bug, consider opening an issue on the Prefect GitHub repository with detailed information about your setup and the problem you're experiencing.