Skip to content

Commit 24fa199

Browse files
committed
improved 404 visibility
1 parent 9886874 commit 24fa199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jantar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func (j *Jantar) ServeHTTP(respw http.ResponseWriter, req *http.Request) {
200200
if route := j.router.searchRoute(req); route != nil {
201201
route.handler(respw, req)
202202
} else {
203-
Log.Info("404 page not found")
203+
Log.Warning("404 page not found")
204204
http.NotFound(respw, req)
205205
}
206206
}

0 commit comments

Comments
 (0)