Merge pull request #1756 from andrewthauer/fix-errorhandler-comment
FIx logger comment for errorhandler options
This commit is contained in:
@@ -28,9 +28,9 @@ export type ErrorHandlerOptions = {
|
||||
showStackTraces?: boolean;
|
||||
|
||||
/**
|
||||
* Logger
|
||||
* Logger instance to log any 5xx errors.
|
||||
*
|
||||
* If not specified, by default shows stack traces only in development mode.
|
||||
* If not specified, the root logger will be used.
|
||||
*/
|
||||
logger?: Logger;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user