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

Rework stdlib compat #470

Closed
wants to merge 5 commits into from
Closed

Commits on Nov 14, 2022

  1. Refactoring to allow BoundLogger usage at init

    As noted in hynek#469, `make_filtering_bound_logger` was returning
    a `BoundLoggerBase` with minimal functionality. These changes
    refactor the `BoundLogger` definition to avoid circular dependencies
    and allow for it's use in `make_filtering_bound_logger`.
    segfault committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6ce89cf View commit details
    Browse the repository at this point in the history
  2. adding a wrapper for the filters field of the stdlib logger

    This helps increase compatibility when attempting to use structlog
    in place of the stdlib logger in existing code.
    segfault committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    099c507 View commit details
    Browse the repository at this point in the history
  3. reformatting post tox run

    segfault committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    64ce3ec View commit details
    Browse the repository at this point in the history
  4. pre-commit cleanup

    segfault committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8ab8dc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ff125e View commit details
    Browse the repository at this point in the history