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

slogtest: Allow passing in logging config options. #12

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Feb 8, 2024

  • Enables debug logging by default.
  • Adds TestLoggerWithOptions to allow overriding default config.
  • Adds Context as a shorthand for TestContextWithLogger
    (e.g. slogtest.TestContextWithLogger(t) -> slogtest.Context(t))

- Enables debug logging by default.
- Adds TestLoggerWithOptions to allow overridding default config.
- Adds Context as a shorthand for TestContextWithLogger (e.g.
  slogtest.TestContextWithLogger(t) -> slogtest.Context(t))
@wlynch wlynch requested a review from imjasonh February 8, 2024 17:45
@wlynch wlynch enabled auto-merge (squash) February 8, 2024 17:46
@wlynch wlynch merged commit 40901e8 into chainguard-dev:main Jun 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants