https://pantsbuild.org/ logo
a

aloof-angle-91616

08/19/2020, 8:17 PM
debug logs are basically free though you can put all the info you want in them but yeah (and i’ve made this mistake a TON!!!) errors shown to the end user should not have all that info about each param
h

hundreds-father-404

08/19/2020, 8:18 PM
I disagree that it’s free, but I think we’re mostly on the same page.
-ldebug
was practically unusable without grep until yesterday with some fixes we made to move things to trace Every message we add, we impact the signal-to-noise ratio.
👍 1
a

aloof-angle-91616

08/19/2020, 8:27 PM
i meant
-ltrace
i suppose
(i was wrong and now i am corrected)
(but i think what would it have correctly described was
-ltrace
)
it might be nice to make a styleguide for plugin developers on how to format error messages and log statements???
(like how to write for each log level etc)