Hi Metaflow, when deploying a flow to a step funct...
# dev-metaflow
c
Hi Metaflow, when deploying a flow to a step function in AWS, is there any option to send the logs to cloudwatch by default? I have deployed a step function and can not see any logging, but I assume it is being stored in the postgres db somehow? or can I access them via the client api? Thanks in advance
1
a
Hey @careful-dress-39510 - the logs for each Metaflow task are available via the Metaflow client as well as via the AWS Batch console in CloudWatch. If you also want to forward the AWS Step Function event logs to Cloudwatch, you can do so via
python flow.py step-functions create --log-execution-history
c
Thanks @square-wire-39606!