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
It appears when handleExceptions is set to true it logs out all the information except the message of the actual uncaught exception. Instead, it has a message of "uncaughtException". It would be a lot more useful if the original message from the uncaught exception was included along side all of the other meta data.
The text was updated successfully, but these errors were encountered:
I'm still seeing this symptom. Consider my log output below:
The real message, which is Error: connect ETIMEDOUT,Error: connect ETIMEDOUT, is nowhere to be found. (This error message is produced when sequelize (or one of its dependencies) can't establish a connection to a mysql server.)
It appears when handleExceptions is set to true it logs out all the information except the message of the actual uncaught exception. Instead, it has a message of "uncaughtException". It would be a lot more useful if the original message from the uncaught exception was included along side all of the other meta data.
The text was updated successfully, but these errors were encountered: