Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 3 months agoDetailed Error Messageslemmy.zipimagemessage-square77fedilinkarrow-up11.01Karrow-down15cross-posted to: programmerhumor@lemmy.ml
arrow-up11.01Karrow-down1imageDetailed Error Messageslemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 3 months agomessage-square77fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarekaty ✨@lemmy.blahaj.zonelinkfedilinkarrow-up11·3 months agowhats wild is that all the returned values were the same this is only for a log value that probably zero people check
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up15·3 months agoI believe rule of thumb is to track/log at least one level deeper than what you show to the end user, to ease with troubleshooting and debugging. Beyond that, logs are only useless until they aren’t, and then if you don’t have them you’re in for a universe of pain.
whats wild is that all the returned values were the same this is only for a log value that probably zero people check
I believe rule of thumb is to track/log at least one level deeper than what you show to the end user, to ease with troubleshooting and debugging.
Beyond that, logs are only useless until they aren’t, and then if you don’t have them you’re in for a universe of pain.