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

otelzap: Allow context injection via fields #5707

Merged
merged 13 commits into from
Jun 4, 2024
Prev Previous commit
Next Next commit
Update bridges/otelzap/core_test.go
Co-authored-by: Robert Pająk <pellared@hotmail.com>
  • Loading branch information
khushijain21 and pellared authored Jun 3, 2024
commit 2c87ebce0644def538843d5be581cb1d48208df8
4 changes: 2 additions & 2 deletions bridges/otelzap/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ func TestCore(t *testing.T) {

rec.Reset()

// TODO WriteContext
// TOOD WithContext
// TODO: Add WriteContext test case
// TOOD: Add WithContext test case

// test child logger with accumulated fields
t.Run("With", func(t *testing.T) {
Expand Down
Loading