Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-Morgan committed Oct 23, 2024
1 parent e955e22 commit 22f56aa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion logging/logrus/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ type Logger struct {
}

func NewLogger(opts ...Option) *Logger {

return &Logger{
otellogrus.NewKLogger(opts...),
}
Expand Down
1 change: 0 additions & 1 deletion logging/zap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
go.opentelemetry.io/otel v1.28.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/otel/trace v1.28.0
go.uber.org/zap v1.24.0
)

Expand Down
7 changes: 0 additions & 7 deletions logging/zap/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ import (

var _ klog.FullLogger = (*Logger)(nil)

// Ref to https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/README.md#json-formats
const (
traceIDKey = "trace_id"
spanIDKey = "span_id"
traceFlagsKey = "trace_flags"
)

type Logger struct {
otelzap.KLogger
}
Expand Down
7 changes: 0 additions & 7 deletions logging/zerolog/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ import (

var _ klog.FullLogger = (*Logger)(nil)

// Ref to https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/README.md#json-formats
const (
traceIDKey = "trace_id"
spanIDKey = "span_id"
traceFlagsKey = "trace_flags"
)

type Logger struct {
cwotelzero.KLogger
}
Expand Down

0 comments on commit 22f56aa

Please sign in to comment.