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

Add optional default_extra param to formatter initializer. #12

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

Commits on Feb 2, 2024

  1. Add optional default_extra param to formatter initializer.

    This is used to specify extra parameters that are valid for all log
    messages formatted with the formatter. It is usefull to avoid repeting
    `extra={...}` in every log call.
    matteozanoni committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1e4e7eb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update documentation regarding default_extra

    The _old_ way described in the docs is now deprecated since the
    `default_extra` parameter achieves the same outcome in a more clean and
    explicit way.
    matteo-zanoni committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7eb50e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5cd08b View commit details
    Browse the repository at this point in the history