Hello, when using local resume is there a way to s...
# ask-metaflow
f
Hello, when using local resume is there a way to suppress dumping stdout/stderr to the terminal?
1
s
you can pipe the stdout / stderr to /dev/null?
f
Was hoping to avoid pulling all the previous steps' stdout/stderr from s3 rather than just make the text go poof.
s
we don't pull any previous steps's logs from s3
f
huh, that's weird-- I see tons of text from previous steps.
s
can you share the logs?
the only thing we do with previous steps is copy over the metadata to the new cloned tasks
f
...probably not, unfortunately. Maybe this is some issue in our setup...
Sorry for the noise then, I'll circle around with folks here and see if maybe we're doing something odd in our decorators.