Skip to content

Commit

Permalink
fix: change api access log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinconic committed Oct 23, 2024
1 parent 13fc473 commit cc41250
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 cc41250

Please sign in to comment.