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: migrate to slog.Logger #31

Merged
merged 8 commits into from
Mar 11, 2024
Merged

feat: migrate to slog.Logger #31

merged 8 commits into from
Mar 11, 2024

Commits on Mar 9, 2024

  1. feat: migrate to slog.Logger

    This commit removes the ServerLogger interface and updates the
    recover and logging middlewares.
    
    Signed-off-by: Marek Cermak <[email protected]>
    CermakM committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    345723f View commit details
    Browse the repository at this point in the history
  2. ci: update setup-go workflow

    Signed-off-by: Marek Cermak <[email protected]>
    CermakM committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    42a4756 View commit details
    Browse the repository at this point in the history
  3. build: update to go 1.22

    Signed-off-by: Marek Cermak <[email protected]>
    CermakM committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9e1101d View commit details
    Browse the repository at this point in the history
  4. ci: update golangci-lint version

    Signed-off-by: Marek Cermak <[email protected]>
    CermakM committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ee52e4a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. chore: refactor log data in to log valuer

    This commit also removes the error and panic objects from the log data
    and renames it to request data. The fields are then nested under a group
    called "request" and as such, "request_" prefix was removed from the
    fields.
    
    Signed-off-by: Marek Cermak <[email protected]>
    CermakM committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4ec0ac5 View commit details
    Browse the repository at this point in the history
  2. chore: refactor to account for review comments

    Signed-off-by: Marek Cermak <[email protected]>
    CermakM committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    00fd34e View commit details
    Browse the repository at this point in the history
  3. build: upgrade Go dependencies

    Signed-off-by: Marek Cermak <[email protected]>
    CermakM committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5c09c41 View commit details
    Browse the repository at this point in the history
  4. docs: update CHANGELOG

    Signed-off-by: Marek Cermak <[email protected]>
    CermakM committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    13501ff View commit details
    Browse the repository at this point in the history