To add a logger in job definition of batch jobs… h...
# ask-metaflow
f
To add a logger in job definition of batch jobs… how can I do it? and is there a way to use specific job definition while starting a workflow?
1
s
@fancy-mouse-14245 what would be the use case for a custom job definition? And when you say adding a logger, is it about custom logging driver support - say for splunl, fluentd etc? It's on our roadmap to support variety of log sinks. In the meantime, you can set up a lambda function that can move logs from cloudwatch into splunk.
I have opened a ticket to track work in this area
f
Yeah mainly for logger. Cool will try to set up lambda function for now
thankyou 1