We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 2b094eb + efcdd3b commit bd3d9e5Copy full SHA for bd3d9e5
docs/api/index.md
@@ -193,7 +193,7 @@ app.context.db = db();
193
194
## Error Handling
195
196
- By default outputs all errors to stderr unless __NODE_ENV__ is "test" or `app.silent` is `true`.
+ By default outputs all errors to stderr unless `app.silent` is `true`.
197
The default error handler also won't outputs errors when `err.status` is `404` or `err.expose` is `true`.
198
To perform custom error-handling logic such as centralized logging you can add an "error" event listener:
199
0 commit comments