logrus_fluent icon indicating copy to clipboard operation
logrus_fluent copied to clipboard

fluentd hooks for logrus

Results 4 logrus_fluent issues
Sort by recently updated
recently updated
newest added

Java loggers (default, logback) are using capital letters when stringifying log levels. This PR allows customizing how logrus.Level are stringified through fluentd so that when Java and Golang services logs...

Hello, I'm just opening this issue to let you know, the next release of logrus (v1.2.0) will add a new trace level named Trace below Debug. Here is the PR...

Hi, With which [Fluentd input plugin](https://docs.fluentd.org/v1.0/articles/input-plugin-overview) does this hook work? `in_forward` or `in_tcp`? Pieter

I noticed that it is currently connecting everytime it writes something to logrus.. which in my opinion it shouldn't do.. this is a pull request to make a connection when...