Logging improvements
logging: Support extra context for LogRecord.
Extra context is usable to enrich log record with concrete context additions.
logging: move exc_info to common log.
The keyword parameters are populated to common log and exc_info should be common to all methods anyway.
This change the default to be exc_info=False for all cases similar to the standard python.
Anyone?
Did you see my review comments?
Did you see my review comments?
Hi @Josverl ,
I do not see any comment made by anyone else but me in this ticket.
I would love to review any comment, can you please refer me where?
Thanks, Alon
Hi Alon, I resubmitted my review and this time it shows up. In addition, I think it would be helpful to add an example of how to add such context.
Hi Alon, I resubmitted my review and this time it shows up. In addition, I think it would be helpful to add an example of how to add such context.
Thanks! I will create an example.