Fix 'unsupported value: +Inf' error when the zone doesn't have active servers
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -113,8 +113,7 @@ func (srv *Server) Run() error {
|
||||
e.Use(otelecho.Middleware("data-api"))
|
||||
e.Use(slogecho.NewWithConfig(log,
|
||||
slogecho.Config{
|
||||
WithTraceID: true,
|
||||
// WithSpanID: true,
|
||||
WithTraceID: false, // done by logger already
|
||||
// WithRequestHeader: true,
|
||||
},
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user