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 skipper functionality to logger #80

Merged
merged 1 commit into from
Feb 2, 2024
Merged

feat: add skipper functionality to logger #80

merged 1 commit into from
Feb 2, 2024

Commits on Feb 2, 2024

  1. feat: add skipper functionality to logger

    - Add skipper usage example in README.md
    - Add `skip` field to logger config struct
    - Modify `SetLogger` function to use the `skip` field
    - Add `skipper` type and `WithSkipper` option function to logger.go
    - Add tests for skipper functionality in logger_test.go
    - Add `WithSkipper` option function to options.go
    
    Signed-off-by: appleboy <appleboy.tw@gmail.com>
    appleboy committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5159b67 View commit details
    Browse the repository at this point in the history