Description
Debugging Express said
"To see all the internal logs used in Express, set the DEBUG environment variable to express:* when launching your app."
DEBUG=express:* node index.js
But it does not work in [email protected]
There is also no answer on Moving to Express 5
Expectations
How to debug in [email protected]?