We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e0de3 commit 2b514e0Copy full SHA for 2b514e0
stubservice/main.go
@@ -218,7 +218,7 @@ func main() {
218
mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
219
// Only respond to requests for which the path *exactly* matches "/".
220
if r.URL.Path != "/" {
221
- logrus.WithField("path", r.URL.Path).Error("Got unexpected URL path")
+ logrus.WithField("path", r.URL.Path).Warn("Got unexpected URL path")
222
http.NotFound(w, r)
223
return
224
}
0 commit comments