lazywithclass / winston-cloudwatch

Send logs to Amazon Cloudwatch using Winston.
MIT License
258 stars 104 forks source link

How to see stacktraces #231

Open andy-tazxap opened 3 weeks ago

andy-tazxap commented 3 weeks ago

Hi, I've been using this library to send my logs from an node express app to cloudwatch. However, I have noticed that when logging errors the stacktrace does not appear in cloudwatch. Is there a reason for this or is there a way I can configure the logger to send the stacktraces?

Thanks!