Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-logr/zapr
base: v1.2.0
Choose a base ref
...
head repository: go-logr/zapr
compare: v1.2.3
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 30, 2021

  1. Bump logr to 1.2.1

    thockin committed Nov 30, 2021
    Copy the full SHA
    ad717f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Merge pull request #49 from thockin/master

    Bump logr to 1.2.1
    pohly committed Dec 1, 2021
    Copy the full SHA
    5797350 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Bump to logr v1.2.2

    thockin committed Dec 13, 2021
    Copy the full SHA
    1f47671 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Merge pull request #50 from thockin/master

    Bump to logr v1.2.2
    pohly committed Dec 14, 2021
    Copy the full SHA
    517e434 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. handle panics in logr.Marshaler.MarshalLog

    The function might panic. The conclusion in
    go-logr/logr#130 was that the logger should
    record that.
    
    zapr only needs to do that when it calls MarshalLog. Strings and errors are
    handled by zap.
    
    For the sake of simplicity no attempt is made to detect the reason for the
    panic. In case of a panic, the key is replaced by "<key>Error" and the value
    with "PANIC=<panic reason>". This is consistent with how zap handles panics.
    pohly authored and thockin committed Feb 16, 2022
    Copy the full SHA
    df10f47 View commit details
    Browse the repository at this point in the history