Describe the problem
When running spin run php php -v
, it returns a lot of unnecessary logging.
Problem evidence & reach
Every Developer running these commands locally will have these issues.
See this Github issue for more details: Is there a way to "mute", "silence", or make S6 verbosity "quiet" in certain scenarios? · Issue #357 · just-containers/s6-overlay · GitHub
Describe the “impact” on users?
This makes people frustrated because they have to sift through a ton of output
How to solve this problem
Set S6_LOGGING
to 1
for these functions:
run
How do we validate the problem is solved?
Verbosity should be decreased