Join Slack
Powered by
What levers/knobs exist to have pants `stdout`/`st...
# general
b
bitter-ability-32190
03/28/2022, 2:50 PM
What levers/knobs exist to have pants `stdout`/`stderr` use one log level, and have the log file use another? I want our CI output to be concise for humans, but upload the more verbose log for diagnoses.
💯 1
i
incalculable-yacht-75851
03/28/2022, 5:05 PM
This might be useful:
https://github.com/pantsbuild/example-python/blob/main/.github/workflows/pants.yaml#L57-L62
I did notice that pants prints to stderr only. I could be wrong about that.
3
Views
Open in Slack
Previous
Next