Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 year agoDetailed Error Messageslemmy.zipexternal-linkmessage-square77linkfedilinkarrow-up11.02Karrow-down15
arrow-up11.02Karrow-down1external-linkDetailed Error Messageslemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 year agomessage-square77linkfedilink
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up14·1 year 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.
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.