Skip to content
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

Improve compatibility with patched python-json-logger on py3.12+ #100

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 12, 2024

  1. Improve compatibility with patched python-json-logger on py3.12+

    Discard the `taskName` field from event capsule, to preserve
    compatibility both with current python-json-logger versions, and with
    versions containing the Python 3.12 fix
    from madzak/python-json-logger#188 that removes the reserved `taskName`
    field.
    mgorny committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6c62197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad1b27 View commit details
    Browse the repository at this point in the history