-
### Context
One of the major steps is to override the console.log of a Lambda
We need a proof of concept for this
### Ask
Basic override of console so we can parse a local log message then t…
-
For some reason, winston is not logging the exceptions.
-
When hovering over a station in the map, the lat/lon displays but not the height. Jeremy requested that the height info be added.
-
Hello there! I hope you are having a great day.
I've found this issue (described in the title) while trying to work with the plugin locally.
I use the following simple configuration:
```ts
con…
-
When sending a log to loggly, can I echo it to the console as well? Right now I have to print them manually to console.
-
It doesn't appear that this transport supports formatters, as many winston transports do. May I please request support for them?
-
- replace msg() with a proper logging system (Tattletale.js?)
- report error stack traces somewhere (Papertrail?)
- send server logs too (winston + Papertrail?)
-
`git clone` from master and then run `npm test` gives error:
```
/tmp/winston-loggly/lib/winston-loggly.js:36
throw new Error('Loggly Customer token is required.');
```
Changing config option `…
-
Since:
- Winston Churchill is authored in ES6/7
- Winston Churchill components _can_ be authored in ES6/7
- babel does not offer certain polyfills [due to size](https://github.com/babel/babel/issues/3…
-
The use case is quite simple. I'd like to attach some custom data to request logs, such as which user is associated with this request. This data is available on the `req` object, so all I'd need is an…