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

Refactor loggers with Slog #1642

Merged
merged 14 commits into from
Oct 23, 2023
Merged

Refactor loggers with Slog #1642

merged 14 commits into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. setup slog logger

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6c3f7b1 View commit details
    Browse the repository at this point in the history
  2. apply automated slog replace

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0817cfa View commit details
    Browse the repository at this point in the history
  3. preserve With format

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b0e9f68 View commit details
    Browse the repository at this point in the history
  4. add manual slog fixes

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e9fd111 View commit details
    Browse the repository at this point in the history
  5. replace tint with custom handler

    run go mod tidy
    
    add handler test with fixes
    
    omit prefix on keys for readability
    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    db560cf View commit details
    Browse the repository at this point in the history
  6. setup slogr logr

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1dba338 View commit details
    Browse the repository at this point in the history
  7. replace logr zapr with slogr

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    22eccf4 View commit details
    Browse the repository at this point in the history
  8. temporaily use janelle's branch for otlp logr interface

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    24a255a View commit details
    Browse the repository at this point in the history
  9. fix sampling data race

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    49f1e09 View commit details
    Browse the repository at this point in the history
  10. add totem formatting options

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3b2fee9 View commit details
    Browse the repository at this point in the history
  11. remove all zap references

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7546cbf View commit details
    Browse the repository at this point in the history
  12. fix lint issues

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5f76294 View commit details
    Browse the repository at this point in the history
  13. append logger names by default

    Janelle Law committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8f6b904 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    83fc03c View commit details
    Browse the repository at this point in the history