passport / todos-express-password

Todo app using Express and Passport for sign in with username and password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Every connection log

hicTech opened this issue · comments

Hello.... testing this simple login app i notice that every client connection fires a log in server terminal like this:
::1 - - [19/Mar/2020:20:57:44 +0000] "GET / HTTP/1.1" 304 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80
and I'm wondering where this command is... searching the string "log" in the project none found.

Logging is done by morgan, which is middleware that is part of the Express framework.