We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
found this package that bridges the *testing.T logger with slog.Logger
*testing.T
Would be great to use this in our tests and replace our current use of discardLogger
discardLogger
https://github.com/neilotoole/slogt
That package is pretty small, it may make sense to just move this into internal/slogt instead of adding as an external dependency.
internal/slogt
From SyncLinear.com | NEOS-1581
The text was updated successfully, but these errors were encountered:
@alisha.kawaguchi has done some work here to get this setup, now we just need to apply it everywhere: https://github.com/nucleuscloud/neosync/blob/main/internal/testutil/utils.go#L22
Sorry, something went wrong.
No branches or pull requests
found this package that bridges the
*testing.T
logger with slog.LoggerWould be great to use this in our tests and replace our current use of
discardLogger
https://github.com/neilotoole/slogt
That package is pretty small, it may make sense to just move this into
internal/slogt
instead of adding as an external dependency.From SyncLinear.com | NEOS-1581
The text was updated successfully, but these errors were encountered: