ctrl
ctrl copied to clipboard
Should requests be logged in non dev environments?
The express logger might contain some useful debugging info. Currently we only log requests in development.
Yes. I took it out before. Happy to have it back if it well considered.
Could be handy, but on the other hand it would create a lot of noise if you're looking for something else in the log file (plus the issue of storage amount and potential latency writing to a large file)