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

feature: quietReqLogger option for a quieter child logger available on the request object #156

Merged
merged 2 commits into from
Sep 21, 2021

Commits on Sep 16, 2021

  1. adds quietReqLogger option

      - when enabled, will set request ids on log message with new overridable property 'reqId' (customAttributeKeys.reqId)
      - when enabled, will not bind request/customBindings on the child logger attached to the request object
    darrenmce committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    3105e7c View commit details
    Browse the repository at this point in the history
  2. fix typo in docs

    darrenmce committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    ec8b76b View commit details
    Browse the repository at this point in the history