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

Use logrus as http request logger #568

Merged
merged 6 commits into from
Nov 1, 2021
Merged

Use logrus as http request logger #568

merged 6 commits into from
Nov 1, 2021

Commits on Oct 26, 2021

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

Commits on Oct 27, 2021

  1. Fix status codes

    Uses a custom logger middleware since the echo RequestLogger only know how to handle echo.HTTPErrors and logged wrong http status codes.
    stevenvegt committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    955e844 View commit details
    Browse the repository at this point in the history
  2. Go fmt

    stevenvegt committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ba2cd66 View commit details
    Browse the repository at this point in the history
  3. Add tests for logger

    stevenvegt committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    cc2ec9f View commit details
    Browse the repository at this point in the history
  4. go fmt

    stevenvegt committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6f0f7dc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Remove debug code

    stevenvegt committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1bb5152 View commit details
    Browse the repository at this point in the history