-
Notifications
You must be signed in to change notification settings - Fork 121
Fix verbose console formatting for some types #1073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Hey @alexmojaki Can you explain the reasoning behind how enum values are represented in the logs? For example:
Is there a specific reason for these different formats instead of using a consistent repr like <EnumName.member: value> for all enum types? |
It's a bug. I think |
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 29, 2025
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 29, 2025
@alexmojaki I have raised a PR to address this: PR |
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 29, 2025
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 29, 2025
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 30, 2025
…ng from ISO strings if needed (pydantic#1073)
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 30, 2025
…ng from ISO strings if needed (pydantic#1073)
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 30, 2025
…ng from ISO strings if needed (pydantic#1073)
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 30, 2025
…ng from ISO strings if needed (pydantic#1073)
sbhrwlr
pushed a commit
to sbhrwlr/logfire
that referenced
this issue
May 30, 2025
…ng from ISO strings if needed (pydantic#1073)
alexmojaki
pushed a commit
that referenced
this issue
Jun 3, 2025
Co-authored-by: rahul-netomi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output:
All the values should look like reprs. The enums are an inconsistent mess.
Following up on #1063
Previously these raised errors or did other nonsense, that was fixed in #1071 and #1072
The text was updated successfully, but these errors were encountered: