Skip to content

Include errors in logging#854

Merged
mhutchinson merged 1 commit into
transparency-dev:mainfrom
mhutchinson:feat/errMessages
May 11, 2026
Merged

Include errors in logging#854
mhutchinson merged 1 commit into
transparency-dev:mainfrom
mhutchinson:feat/errMessages

Conversation

@mhutchinson
Copy link
Copy Markdown
Contributor

@mhutchinson mhutchinson commented May 11, 2026

This fixes #850 by ensuring that error types are converted into JSON-serializable strings. I can't think of other types than error where we'd log something that isn't a string/int primitive, but if needed, more can be added here.

@mhutchinson mhutchinson requested a review from a team as a code owner May 11, 2026 09:06
@mhutchinson mhutchinson requested review from phbnf and roger2hk and removed request for a team May 11, 2026 09:06
This fixes transparency-dev#850 by ensuring that error types are converted into JSON-serializable strings. I can't think of other types than error where we'd log something that isn't a string/int primitive, but if needed, more can be added here.
@mhutchinson mhutchinson changed the title feat/errMessages Include errors in logging May 11, 2026
@mhutchinson mhutchinson merged commit ff337c7 into transparency-dev:main May 11, 2026
10 checks passed
@mhutchinson mhutchinson deleted the feat/errMessages branch May 11, 2026 09:23
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.

Error messages don't show up in GCP logs

2 participants