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
The logging module of Butler CW does not currently handle error logging as well as it should.
Specifically, in some cases there is no stack trace or error message when errors occur.
This can be easily fixed by adding the following to the Winston.createLogger call:
winston.format.errors({ stack: true })
The text was updated successfully, but these errors were encountered:
The logging module of Butler CW does not currently handle error logging as well as it should.
Specifically, in some cases there is no stack trace or error message when errors occur.
This can be easily fixed by adding the following to the Winston.createLogger call:
winston.format.errors({ stack: true })
The text was updated successfully, but these errors were encountered: