Skip to content

Commit

Permalink
Added Zap as the default Error log open-telemetry#11820
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-kavipurapu committed Dec 9, 2024
1 parent 57e4cf0 commit a9f3aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/confighttp/confighttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func (hss *ServerConfig) ToServer(_ context.Context, host component.Host, settin
ReadHeaderTimeout: hss.ReadHeaderTimeout,
WriteTimeout: hss.WriteTimeout,
IdleTimeout: hss.IdleTimeout,
// Setting the server error logger
// Setting the Server error logger
ErrorLog: zap.NewStdLog(settings.Logger),
}

Expand Down

0 comments on commit a9f3aeb

Please sign in to comment.