Derek Herincx
09/12/2024, 2:54 PMprefect==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?
{
"env": {
"PREFECT_LOGGING_EXTRA_LOGGERS": "custom"
}
Chris White