Dolor Oculus
11/23/2020, 2:41 PMPREFECT__LOGGING__EXTRA_LOGGERS
as per https://docs.prefect.io/core/concepts/logging.html#extra-loggers during flow registration isn't sufficient -- I'm not seeing my apps logging
statements in the web ui. Is there a way to get this env variable setting to be in effect for when the app runs?emre
11/23/2020, 3:27 PM--env
option on the agent. The agent will provide --env
options as environment variables to the flows runtime. For instance:
prefect agent start --env "PREFECT__LOGGING__EXTRA_LOGGERS=BAR" local
Dolor Oculus
11/24/2020, 12:39 AMBAR
package name, which couples code used by the jobs being registered with it, but as a tactical solution it works 🙂 Cheersemre
11/24/2020, 11:59 AM