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

Allow user configuration of default logger to return from Ctx() #343

Merged
merged 1 commit into from Aug 12, 2021

Commits on Aug 11, 2021

  1. Allow user configuration of which logger to return from Ctx()

    If a user is trying to fetch a logger from their context, they probably
    want to log something.  In order to allow returning a useable logger from Ctx()
    without breaking backwards compatibilty with the previous behavior, we make it
    configurable.
    sean-rn committed Aug 11, 2021
    Copy the full SHA
    e0088c6 View commit details
    Browse the repository at this point in the history