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
If this worked in a previous version of Winston, which was it?
No response
Minimum Working Example
constwinston=require('winston');const{ format, transports }=winston;constlog=winston.createLogger({format: format.combine(format.errors({cause: true}),format.json()),transports: [newtransports.Console()],});log.error(newError("I'm an error",{cause: newError('with a cause')}));
Additional information
No response
The text was updated successfully, but these errors were encountered:
🔎 Search Terms
error, cause
The problem
Error.cause is still not logged even after #2447.
What version of Winston presents the issue?
v3.17.0
What version of Node are you using?
v20.18.1
If this worked in a previous version of Winston, which was it?
No response
Minimum Working Example
Additional information
No response
The text was updated successfully, but these errors were encountered: