Skip to content

Commit

Permalink
feat: accept a user function to control whether to print the log message
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 5xx status code log message level is now ERROR
  • Loading branch information
ugola authored and kobik committed Mar 1, 2023
1 parent ab75f55 commit a2eb62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./lib/express-logger.js');
module.exports = require('./lib/express-logger.js');

0 comments on commit a2eb62a

Please sign in to comment.