-
The connection seems to be falling off for long-lived connections.
```
const winstonPapertrail = new winston.transports.Papertrail(options)
this.logger = new winston.Logger({
lev…
-
I realize Dave is occupied elsewhere but others may identify an issue. npm suggested using --trace-warnings for detail:
pagePark starts. I can port scan 1339. When I try to read localhost:1339 I ca…
-
https://api.travis-ci.org/v3/job/501107907/log.txt
It fails on winston. I still don´t understand the code very well, so I am learning by trying. That is why I am asking you for what is wrong. In this…
-
```
What steps will reproduce the problem?
1. try downloading any hulu plus content:
Downloading
http://www.hulu.com/watch/486415#play-queued-show-by-original_premiere_date-asc
Using method 'hulu' f…
-
I have an issue when I want to set different tags per event, tags keep accumulate over events as an example
assume I have a logger instance :
```
logger.error(new Error("Test Error One"),{tags:{…
-
On *nix systems, the code base strips `\n` off log entries. However, on Windows it strips the `\n` but leaves the `\r`. This causes unit tests using snapshots to fail if the snapshot was created usi…
-
Ideas below. This would be used across all unibeautify projects.
https://github.com/winstonjs/winston (mind as well use the 3.0.0 RC)
-
The command
```
using Winston
y = [-.78,-.73,0.33]
plot(y)
```
doesn't render correctly-- it draws the first two points, but not the last one. However, the call
```
plot([1:3],y)
```
works as exp…
-
Hi,
I just discovered winston-react. I made this config on next.js
I'm receiving the following error:
```
error - ./node_modules/winston/dist/winston/tail-file.js:9:0
Module not found: Can't …
-
### The problem
When using the splat formatter, handling of `message` properties in `meta` objects is different than without. Although the docs are technically correct in both cases, it seems weird…