winston-graylog2 icon indicating copy to clipboard operation
winston-graylog2 copied to clipboard

Graylog2 transport for winston, a nodejs logging module

Results 24 winston-graylog2 issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Release notes Sourced from eslint-utils's releases. v1.4.3 🐛 Bug fixes 8f9e481ecc1204c7a1331b697f97903f90c75154 fixed false positive of ReferenceTracker. v1.4.2 🐛 Bug fixes e4cb01498df6096b66edb0c78965ee6f47d3ac77 fixed a regression...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Fixes https://github.com/namshi/winston-graylog2/issues/82 Replaces https://github.com/namshi/winston-graylog2/pull/76

Type 'typeof TransportStream' is not a constructor function type. ![image](https://user-images.githubusercontent.com/25658190/80560623-33b99200-8a14-11ea-8dfa-f1fd5214bfe0.png)

There should be a strategy for dealing with circular JSON structures so that we can get some kind of logging on them. ``` TypeError: Converting circular structure to JSON -->...

If you have colorize turned on for the winston logger you will not get log level set correctly The reason is that the first character is an escape character to...

make it work as the doc states.

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

After recent update to winston3, winston-graylog2 started sending `[object Object]` string in metadata. This PR helps to resolve that error by extracting the values out of the Javascript object and...