Skip to content

Conversation

alonbl
Copy link
Contributor

@alonbl alonbl commented Apr 30, 2025

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.

alonbl added 2 commits July 6, 2025 02:13
Extra context is usable to enrich log record with concrete context
additions.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
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 <alon.barlev@gmail.com>
@alonbl
Copy link
Contributor Author

alonbl commented Jul 5, 2025

Anyone?

@Josverl
Copy link

Josverl commented Jul 6, 2025

Did you see my review comments?

@alonbl
Copy link
Contributor Author

alonbl commented Jul 6, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants