Is there an option to disable streaming logging ou...
# general
h
Is there an option to disable streaming logging output e.g. for CI? So that there isn’t multiple sequential outputs for PEX builds like
Copy code
2025-07-31T14:43:56.124200Z 01O   96.67s	Building pex_binary.pex with 9 requirements: ...
Even better would be being able to stagger these by seconds amount to still allow for early info in some case.
p
Should be
env PANTS_DYNAMIC_UI=false pants ...
h
That’s it, thank you! I find it difficult searching for some these things in the docs
f
You may want to look at the
pants.ci.toml
in the Pants CI.
See what we configure for the project’s own CI.