X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vendor%2Fgithub.com%2Fsirupsen%2Flogrus%2Flogrus.go;fp=vendor%2Fgithub.com%2FSirupsen%2Flogrus%2Flogrus.go;h=dd38999741ed0802ad3d28892abb3c0b60a56c16;hb=d07761baec9f09aef0b140ea46e38bd597dbdbbc;hp=e596691116d68f358ff1dc4f75bea2c7f7391675;hpb=f2cbe790a5c3c3e8cb59b592c252b2b84025bd91;p=govpp.git diff --git a/vendor/github.com/Sirupsen/logrus/logrus.go b/vendor/github.com/sirupsen/logrus/logrus.go similarity index 99% rename from vendor/github.com/Sirupsen/logrus/logrus.go rename to vendor/github.com/sirupsen/logrus/logrus.go index e596691..dd38999 100644 --- a/vendor/github.com/Sirupsen/logrus/logrus.go +++ b/vendor/github.com/sirupsen/logrus/logrus.go @@ -10,7 +10,7 @@ import ( type Fields map[string]interface{} // Level type -type Level uint8 +type Level uint32 // Convert the Level to a string. E.g. PanicLevel becomes "panic". func (level Level) String() string {