Skip to content
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 92 commits into from
Oct 27, 2015
Merged

Trace #2

merged 92 commits into from
Oct 27, 2015

Conversation

derekdowling
Copy link
Owner

No description provided.

yawn and others added 30 commits May 13, 2015 13:35
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.
 Include fluentd in list of available hooks
Print struct keys for struct log fields
This reverts commit 7eac587, reversing
changes made to c79ccaf.
Allow sentry hook to be created using an initialized raven client
sirupsen and others added 28 commits October 5, 2015 12:05
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".
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.
Fixes breaking change with removing airbrake.
hook.go matches their gopkg.in/gemnasium/logrus-airbrake-hook.v2 now
Split out Papertrail hook to its own repo
derekdowling added a commit that referenced this pull request Oct 27, 2015
@derekdowling derekdowling merged commit 0a44fca into master Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.