Skip to content

Commit

Permalink
fix: change api access log level to debug (#4876)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinconic authored Nov 28, 2024
1 parent 873db54 commit 110bb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/log/httpaccess/http_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func NewHTTPAccessLogHandler(logger log.Logger, tracer *tracing.Tracer, message
fields = append(fields, "x-real-ip", v)
}

logger.WithValues(fields...).Build().Info(message)
logger.WithValues(fields...).Build().Debug(message)
})
}
}
Expand Down

0 comments on commit 110bb51

Please sign in to comment.