[FEATURE] Add Environment Variable DISABLE_STDOUT
to Suppress Terminal Output
#6060
Labels
Type: Enhancement
Most issues will probably ask for additions or changes.
Describe your feature request
Add an option to completely suppress stdout output by introducing an environment variable
DISABLE_STDOUT
. When set to"true"
or"1"
, this option ensures that no output is printed to the terminal.Describe the use case of the feature
This feature is useful in scenarios where a clean and quiet terminal is required, such as benchmarking or automated testing (w/o SDK). For instance, when running a benchmark on
RunEnumeration
, suppressing event output helps in collecting accurate metrics without unnecessary clutter.Describe alternatives you've considered
types.Options.Output
to/dev/null
: This approach does not fully suppress output, likely due to the presence of a multi-writer handling the output.Additional context
No response
The text was updated successfully, but these errors were encountered: