I've been asking Marvin to help me get the flow lo...
# ask-community
t
I've been asking Marvin to help me get the flow logs copied to a cloudwatch log stream and I think I'm getting somewhere (https://prefect-community.slack.com/archives/C04DZJC94DC/p1685573638461379) However - I'm stuck on how you deploy a flow to use a custom logging.yml file? I have it part of my deployment and I can see it there - I also have this line in my deployment.py to try and use it
infra_overrides={"env": {"PREFECT_LOGGING_LEVEL": "INFO", "PREFECT_LOGGING_CONFIG": "logging.yml"}},
But I can't see any changes being reflected in the logging output. Any ideas? Thanks