Closed
Description
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 express@5.0.1
There is also no answer on Moving to Express 5
Expectations
How to debug in express@5.0.1?