David Bariod
David Bariod
Hey @chubin, sorry for the super super late answer. The feature totally answers my needs. 👍
indeed this line is the root cause of the error when there are no accessible go binary from the path https://github.com/travis-ci/gimme/blob/8a1149c5e817fc92a522454149b1821eff770cbd/gimme#L523
@jtnord there have been back and forth pull request on this topic. IIRMC, the last pull request desactived coloring on windows, because color support in the terminal depending on the...
@jtnord what about this one #864 ? @ceriath do you mind to have a look here ?
Indeed, that would be useful to add intermediary log level and keeping backward compatibility. But this first step can not be done without breaking such compatibility. Tagging 2.0.
This is not a bug. It works as documented: ``` ~/src/logrus$ go doc . Entry.Log package logrus // import "github.com/sirupsen/logrus" func (entry *Entry) Log(level Level, args ...interface{}) Log will log...
hello @aluvare thanks for your contribution. I've done some comments/questions on your code changes. We also need passing tests.
Thanks for your contribution. It is interesting indeed. Can you improve the documentation a bit on the hook.Writer class on how to use the new field and what is the...
Thanks for your contribution @sivachandran
@quenbyako the code has changed a lot since this MR. The latest v1.8.1 should contain fixes for this kind of issue. Do you have a reproducible test case which exhibits...