Hello Team! I have a problem with extra loggers in...
# ask-community
p
Hello Team! I have a problem with extra loggers in prefect - I have created a simple logger:
logger = logging.getLogger("prefect-logger")
and added an env variable on prefect server
PREFECT_LOGGING_EXTRA_LOGGERS='prefect-logger'
but it doesn't show those logs on the server. Any advice why it doesn't work? Prefect version 3.1.4-3.1.8 (didn't work on either of them), but works in Prefect 2.x.x