Private
Public Access
1
0

Fix 'unsupported value: +Inf' error when the zone doesn't have active servers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-21 15:10:42 -08:00
parent 954d97f71d
commit 37d66b073e
2 changed files with 8 additions and 3 deletions

View File

@@ -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,
},
))