Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaasman00 committed Oct 3, 2024
1 parent 512c72e commit 7d977cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/opampsupervisor/supervisor/telemetry/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
package telemetry

import (
"github.com/open-telemetry/opentelemetry-collector-contrib/cmd/opampsupervisor/supervisor/config"
"go.uber.org/zap"

"github.com/open-telemetry/opentelemetry-collector-contrib/cmd/opampsupervisor/supervisor/config"
)

func NewLogger(cfg config.Logs) (*zap.Logger, error) {
Expand Down

0 comments on commit 7d977cf

Please sign in to comment.