Alberto Zaccagni

Results 72 comments of Alberto Zaccagni
trafficstars

@fewieden I am trying to put myself in your scenario, I wrote the following example script ```JS var winston = require('winston'), WinstonCloudWatch = require('../index'); var transport = winston.createLogger({ exitOnError: false,...

About `msg`: we don't have that anymore in the codebase, [we use `message`](https://github.com/lazywithclass/winston-cloudwatch/blob/00a7d9040691a4692d0013248c724009e898da9a/index.js#L25) the docs were obsolete, but [now I've fixed them](https://github.com/lazywithclass/winston-cloudwatch/commit/747ae3c2292fdae6c046394938f159b4c7a23802). I've changed my proposed example to sum up...

I'll start working towards a solution. In case I'll have problems I'll come back to you. Thanks for the offer :)

To have a clean implementation I think we have to move away from the obsolete inheritance model I coded ages ago and introduce the much cleaner class model. This will...

Update: as you can see from https://github.com/lazywithclass/winston-cloudwatch/pull/130 I moved to the cleaner class syntax, and I've used Winston's default formatter. I'll then put myself back into the green-red-green refactoring cycle,...

Besides work and university issues I'm progressing slower than usual because I've got some issue with mockery, I can't get it to mock a `require`d module (AWS)

So sorry about this accident. [email protected] is out without the increased size.

@Axel-Naumann Hello, I'd love this to get merged. C++ is definitely not my thing but I'm learning it, would you be open to accept the requested changes and possibly give...

@yzpaul sorry I am confused by your last comment, is the region issue solved by your last push? If so I will test this in different regions and then publish...

@StenAL I'm very sorry your efforts were left ignored. I realise you might not be using this anymore. In the off chance you're still using this code, do you still...