Conversation

alonbl

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.

Extra context is usable to enrich log record with concrete context
additions.

Signed-off-by: Alon Bar-Lev <[email protected]>
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.

Signed-off-by: Alon Bar-Lev <[email protected]>
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@alonbl