debug logs are basically free though you can put a...
# development
a
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
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
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)