log4js-node / logFaces-HTTP

LogFaces HTTP appender for log4js-node
Apache License 2.0
6 stars 3 forks source link

Errors send messages #32

Open ZachHaber opened 2 years ago

ZachHaber commented 2 years ago

I realized with my usage of logFaces-HTTP locally that having the Error objects not be included in the message by default was rather confusing.

The first error object will still be sent using Error.toString which looks like Error: message, whereas everything after that will end up serialized with it's full stack and all.