I have been looking through Calypso a lot recently and I love how all of the HTTP requests are logged to console so that developers can see exactly what requests are taking place. Since Calypso is built on Node.js they have the ability to use any node module they want and they chose to use morgan. Continue reading “Calypso HTTP Request Logging”