forked from sirupsen/logrus
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Trace #2
Merged
Merged
Trace #2
Conversation
This file contains 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 merges all the bsd (including darwin) support into terminal_bsd.go Cross-compiling works for all of them in that they all compile, but I've only actually tested the binary on dragonflybsd. I don't see why this wouldn't work on the others since I don't think they'd compile if they didn't support TIOCGETA and Termios, but just a heads up.
As Fprintf is slower than buffer.WriteString, it's replaced to faster call. Signed-off-by: Anton Tiurin <[email protected]>
[TextFormatter] Speed up (~40%). Fprintf is changed to buffer.Write*
Can be useful for debugging, saves a lot of referring to source code
Add support for DragonflyBSD and NetBSD.
Fix Entry log level
Include fluentd in list of available hooks
Print struct keys for struct log fields
Sentry tags
Fix data race issue in TextFormatter. Fix for https://github.com/Siru…
Allow sentry hook to be created using an initialized raven client
The current implementation is using an old implementation of the Airbrake v2 api. Airbrake has release v2 since, but this package is necessary for in-house solutions like errbit. The number of errbit users don't justify to continue pushing this version as the official. That's why the official hook is now using gobrake (the official package), and the one coming from logrus is now named "legacy".
Move airbrake
The new repo uses gopkg.in for versioning. This is the continuation of logrus moving hooks to dedicated repos. The old repo https://github.com/gemnasium/logrus-hooks/tree/master/graylog is deprecated, as we don't want to share things there too (import airbrake while I just want graylog). It will be removed in a few months.
Move graylog to dedicated repo
Fixes breaking change with removing airbrake.
hook.go matches their gopkg.in/gemnasium/logrus-airbrake-hook.v2 now
Move sentry hook to external repository
Signed-off-by: Peter Olds <[email protected]>
Split out Papertrail hook to its own repo
Include InfluxDB hook
Remove Bugsnag
Dd context
derekdowling
added a commit
that referenced
this pull request
Oct 27, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.