On Sat, Sep 26, 2020 at 7:25 AM Wes Turner <[email protected]> wrote:
>
> (Executing arbitrary code on a production server is debugging in production.
>
> Logging (additional information added to exceptions with 'raise _ from _`) 
> may assist with root cause analysis and debugging on a different instance but 
> IMHO logging is not debugging.)
>

Uhh... okay.... sure. What if you add instrumentation to the live
server specifically so that it can log useful exceptions as you're
trying to probe a bug that shows up only in prod and only once every
two weeks? Is that debugging in prod, or is that logging?

Or... does the distinction really even matter, and "debugging in prod"
is just part of life?

ChrisA
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/THD4Y4RKERBSFUTU36EQHBEPDGTLIVQM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to