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

feat: add slog logging #432

Merged
merged 8 commits into from
Aug 29, 2023
Merged

feat: add slog logging #432

merged 8 commits into from
Aug 29, 2023

Commits on Aug 22, 2023

  1. feat(op): user slog for logging

    integrate with golang.org/x/exp/slog for logging.
    provide a middleware for request scoped logging.
    
    BREAKING CHANGES:
    
    1. OpenIDProvider and sub-interfaces get a Logger()
    method to return the configured logger;
    2. AuthRequestError now takes the complete Authorizer,
    instead of only the encoder. So that it may use its Logger() method.
    3. RequestError now takes a Logger as argument.
    muhlemmer committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f30f0d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. use zitadel/logging

    muhlemmer committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6f8f522 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. finish op and testing

    without middleware for now
    muhlemmer committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4211fad View commit details
    Browse the repository at this point in the history
  2. minimum go version 1.19

    muhlemmer committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    534d36a View commit details
    Browse the repository at this point in the history
  3. update go mod

    muhlemmer committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    529a2c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd9d8f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. finish the RP and example

    muhlemmer committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4005cb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. ping logging release

    muhlemmer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c58b7b6 View commit details
    Browse the repository at this point in the history