#Don't print withExec stdout to logs

1 messages · Page 1 of 1 (latest)

ripe hornet
#

Is there a way to not print the stdout of a withExec call to the logs?
I have a rather long json object that is being returned and makes it much harder to see what is going on if it shows in the logs.

I also tried using the redirectStdout which directs the results to a file, but it still shows in the logs.

ripe hornet
brazen ingot
brazen ingot
#

In the executor link you've shared above are the procinfo.Stdour/err writers the ones that get ultimately get sent via OTEL?