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

promlog: Fix caller #334

Merged
merged 3 commits into from Oct 20, 2021
Merged

promlog: Fix caller #334

merged 3 commits into from Oct 20, 2021

Commits on Oct 13, 2021

  1. Fix caller

    DefaultCaller is hard-coded to select the 3rd stack frame up, but we
    first filter by level, which means we need to take a 4th frame.
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 13, 2021
    Copy the full SHA
    f8a4d9b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Fix dynamic logger

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 18, 2021
    Copy the full SHA
    05e67ba View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Apply suggestion

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 20, 2021
    Copy the full SHA
    baedebb View commit details
    Browse the repository at this point in the history