Besides using morgan to log requests in general, you can also add your own log messages in your code.

For one, you can of course use the good old console.log() command to write logs.

For a more advanced/ detailed approach on logging (with higher control), see this article: https://blog.risingstack.com/node-js-logging-tutorial/