Skip to content

Commit

Permalink
Fix logger assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
utr1903 committed Feb 2, 2024
1 parent d65e675 commit 190a007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/golang/httpserver/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ func New(
) *Server {

return &Server{
MySql: db,
logger: log,
MySql: db,
MySqlOtelEnricher: otelmysql.NewMysqlEnricher(
otelmysql.WithTracerName(SERVER),
otelmysql.WithServer(db.Opts.Server),
Expand Down

0 comments on commit 190a007

Please sign in to comment.