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 support for grpclog.LoggerV2 #881

Merged
merged 13 commits into from Feb 12, 2021
Merged

Commits on Nov 22, 2020

  1. Copy the full SHA
    3180cc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Add comment

    ash2k committed Jan 28, 2021
    Copy the full SHA
    a10bb53 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Copy the full SHA
    cb9e579 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Update zapgrpc/zapgrpc.go

    Co-authored-by: Prashant Varanasi <github@prashantv.com>
    ash2k and prashantv committed Feb 4, 2021
    Copy the full SHA
    c83c545 View commit details
    Browse the repository at this point in the history
  2. Rename global

    ash2k committed Feb 4, 2021
    Copy the full SHA
    aba3594 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Use fmt.Sprintln()

    ash2k committed Feb 9, 2021
    Copy the full SHA
    2a0779f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bb6d5a3 View commit details
    Browse the repository at this point in the history
  3. More tests

    ash2k committed Feb 9, 2021
    Copy the full SHA
    3e969db View commit details
    Browse the repository at this point in the history
  4. Update zapgrpc/zapgrpc.go

    Co-authored-by: Prashant Varanasi <github@prashantv.com>
    ash2k and prashantv committed Feb 9, 2021
    Copy the full SHA
    5648c2f View commit details
    Browse the repository at this point in the history
  5. Refactor tests

    ash2k committed Feb 9, 2021
    Copy the full SHA
    7c1ae71 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. grpclog: Fix lint issue

    abhinav committed Feb 12, 2021
    Copy the full SHA
    9d034a2 View commit details
    Browse the repository at this point in the history
  2. zapgrpc: Simplify fatal/print redirection

    Instead of an if/else on each Print and Fatal log statement, handle the
    indirection once with function references.
    abhinav committed Feb 12, 2021
    Copy the full SHA
    6bbb45d View commit details
    Browse the repository at this point in the history
  3. zapgrpc: Add submodule to test against grpc-go

    Add a zapgrpc/internal/test submodule that tests the zapgrpc logger
    against grpc-go directly.
    
    Because this is a submodule, it will not add grpc as a dependency of
    zap.
    abhinav committed Feb 12, 2021
    Copy the full SHA
    4b0ccf6 View commit details
    Browse the repository at this point in the history