Alberto Zaccagni

Results 72 comments of Alberto Zaccagni
trafficstars

Because I did not spot the issue, that particular line in the README is 3 years old and has been taken from the examples. Thanks, corrected!

Hello @angelmartinez-wz, which Node.js version are you using? I think that your issue is related to the fact that you're `import`ing winston-cloudwatch. It's been quite a while since I wrote...

Yes I meant you ^^" I did not notice you mentioned `require` too, sorry. Could you please paste here the minimum example that does not work when you use `require`,...

This library doesn't have that feature, honestly I didn't know it existed in Winston :) Is this important for you? I could have a look how difficult it would be...

Ok I understand your use case, let me think about it.

Looks like you solved the problem :D Do these changes solve the issue for you?

I should put that as optional, I cannot remember why this `name` attribute is there to be honest with you, I believe it was being used in an older version...

I will also look into this as part of #193 work.

Are you using 6 different streams? If I remember correctly (it's been years since I've used this library in production), you should assign to each different source of logs. There...

Did the proposed PR solved your issue? If so I will review and test it in my environment later this week.