winston-graylog2
winston-graylog2 copied to clipboard
Graylog2 transport for winston, a nodejs logging module
v3.0.0 is missing from npm repository [https://www.npmjs.com/package/winston-graylog2](https://www.npmjs.com/package/winston-graylog2) I'm planning to integrate this with a new project, I see the last commit was almost 3 years ago. Is this project still...
It seems that this transport does not allow for logging of objects. Winston which this is built for allows logging of object and so does console.log.
Removes [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). It's no longer used after updating ancestor dependency [lint-staged](https://github.com/okonet/lint-staged). These dependencies need to be updated together. Removes `simple-git` Updates `lint-staged` from 8.1.1 to 13.1.0 Release notes Sourced from...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
When logging an error object, Graylog currently receives only the error message. The stack trace is very useful to easily locate the error. I propose to send the stack of...
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Doesn't send any logs to the remote server with no errors.(no packets to the 12201 udp are received) The logs are being sent only if i specify the localhost. The...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.7.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
```js 'use strict'; const winston = require('winston'); const Graylog = require('winston-graylog2'); const logger = new winston.Logger({ level: 'debug', transports: [ new Graylog({ level: 'debug', handleExceptions: true, graylog: { servers: [{...
Hi, * winston 3.3.3 * winston-graylog 2.1.2 I'm having the same issue as https://github.com/namshi/winston-graylog2/issues/41 where after writing to Graylog the process doesn't exit. I can see the fix applied on...