-
Notifications
You must be signed in to change notification settings - Fork 62
Updates winston-graylog2 to use winston@3.x #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3eab79c
Updated packages to latest versions.
jeremy-j-ackso 486a2f5
Corrected linting errors for `prefer-const`.
jeremy-j-ackso 94fb8bb
Updated to use ES6 class and be winston3 compliant.
jeremy-j-ackso c4e83a6
Updated tests for ES6 & winston3 compliance.
jeremy-j-ackso 3bceb8d
Updated tests to reflect change to `log()` usage.
jeremy-j-ackso 40fa75b
prelog and processMeta should be handled by formatters at the winston…
jeremy-j-ackso 4c862fd
Added log levels as functions.
jeremy-j-ackso 9ed1a88
Correct the log signature to match Winston 3.
jeremy-j-ackso 71b4f78
Re-added staticMeta option and updated eslint options.
jeremy-j-ackso 1269e17
Corrected staticMeta.
jeremy-j-ackso 1fa40b1
Updated readme for new usage.
jeremy-j-ackso e88539d
Changed the `graylog2` property to `graylog2Client`.
jeremy-j-ackso 01f416f
Forgot to pull before making other changes, caused a conflict.
jeremy-j-ackso cc331d1
Change engine to require Node >= 8.0.0
jeremy-j-ackso e9e7f17
Changed access pattern of `options`, allowing removal of lodash!!!
jeremy-j-ackso 09403c3
Added format instructions and metadata handling.
jeremy-j-ackso 29b77ac
Flatten metadata.
jeremy-j-ackso fd2dd50
Update readme.md
jeremy-j-ackso b28824b
Update readme.md
jeremy-j-ackso b50d4b9
Update .travis.yml
jeremy-j-ackso 139253b
Update .travis.yml
jeremy-j-ackso 5b93d25
Updated to require a minimum of Node 8.6.
jeremy-j-ackso 6ee4ade
Update readme.md
jeremy-j-ackso 0983497
Updated for Node 6.4.0 support.
jeremy-j-ackso bc07d3a
Updated package versions again, and updated package.json for new way …
jeremy-j-ackso 78a6f28
Updated readme example to include passing metadata as a separate object.
jeremy-j-ackso aaacee4
Roll back Node version in travis.
jeremy-j-ackso 9a35a70
Added end-to-end test with mocked udp listener.
jeremy-j-ackso d12f290
Update readme.md
jeremy-j-ackso 6b54b34
Correcting TypeError that occurs when metadata and staticMeta are nul…
jeremy-j-ackso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| node_modules | ||
| .svn | ||
| npm-debug.log | ||
| npm-debug.log | ||
| *.swp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.