We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5749f2 commit d44415dCopy full SHA for d44415d
index.js
@@ -84,7 +84,7 @@ class API {
84
});
85
86
// override koa's undocumented error handler
87
- app.context.onerror = errorHandler(false, this.logger);
+ app.context.onerror = errorHandler(false);
88
89
// adds request received hrtime and date symbols to request object
90
// (which is used by Cabin internally to add `request.timestamp` to logs
0 commit comments