Is it okay to set only a single environment variable related to logging, or do I need to supply ALL the logging config?
After setting this environment variable on the agent, no logs show up on the server when we kick off a flow run from the UI
SET "PREFECT_LOGGING_FORMATTERS_STANDARD_TASK_RUN_FMT=%(asctime)s.%(msecs)03d | %(levelname)-7s | %(task_name)s | %(message)s"