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

Format log message before logging with logr #4143

Merged
merged 8 commits into from
Jun 26, 2023

Commits on May 27, 2023

  1. Format log message before logging with logr

    Fixes open-telemetry#4141
    
    The logr calling convention does not support fmt semantics for message
    formatting. Format the message before it is sent to logr for logging.
    MrAlias committed May 27, 2023
    Configuration menu
    Copy the full SHA
    416dac3 View commit details
    Browse the repository at this point in the history
  2. Add change to changelog

    MrAlias committed May 27, 2023
    Configuration menu
    Copy the full SHA
    63661a3 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Don't shadow the log pkg.
    MrAlias committed May 27, 2023
    Configuration menu
    Copy the full SHA
    9dedd95 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Replace buflogr with funcr

    MrAlias committed May 30, 2023
    Configuration menu
    Copy the full SHA
    eee77d1 View commit details
    Browse the repository at this point in the history
  2. Run make

    MrAlias committed May 30, 2023
    Configuration menu
    Copy the full SHA
    bc260b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    435e21b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Update exporters/zipkin/zipkin_test.go

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    MrAlias and pellared committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bf2846f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02299fb View commit details
    Browse the repository at this point in the history