You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Oops!!
at bar (/path/to/src/sub/foo.ts:2:9)
at foo (/path/to/src/index.ts:4:13)
Caused by: OriginalError: Oops!!
at bar (/path/to/src/sub/foo.ts:2:9)
at foo (/path/to/src/index.ts:4:13)
This output is similar in format to FireFox.
What is the motivation / use case for changing the behavior?
There are no plans to implement it in the foreseeable future.
If you think your request could live outside Nest's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
The default error log doesn't show causes like below.
Describe the solution you'd like
Follows the Error.cause in order and outputs all stack traces.
Perhaps this can be accomplished by rewriting the log output at L72 of the BaseExceptionFilter.
https://github.com/nestjs/nest/blob/master/packages/core/exceptions/base-exception-filter.ts#L72
Teachability, documentation, adoption, migration strategy
A sample of the output is as follows.
This output is similar in format to FireFox.
What is the motivation / use case for changing the behavior?
Same as #10392
The text was updated successfully, but these errors were encountered: