Are there additional steps in `prefect==2.19.2` th...
# ask-community
d
Are there additional steps in
prefect==2.19.2
that need to be taken to render external logs? I have a deployment with the following configuration in job variables and none of my custom logs print. I've verified that the env key is properly set and that the name matches with that of my logger and nothing happens. By happenstance, I tried
prefect==2.18.3
and all logs rendered as expected. Am I missing something?
Copy code
{
  "env": {
    "PREFECT_LOGGING_EXTRA_LOGGERS": "custom"
  }
c
Hey Derek, I just worked through the exact opposite of this issue in which extra loggers were being duplicated! You can read my response / fix to that issue here in case it provides you any insight: https://github.com/PrefectHQ/prefect/issues/12518#issuecomment-2344980076