Closed etchao closed 5 years ago
logrus changed the type of Hook.Entries in May 2018 (https://github.com/sirupsen/logrus/commit/070c81def33f6362a8267b6a4e56fb7bf23fc6b5), so projects using newer versions of logrus get incompatible type issues.
logrus
Hook.Entries
This is currently on a version of logrus that's over two years old, so it's probably time to upgrade. Stellar has already done so in stellar/go/pull/927 after the same issue was raised by their community multiple times.
logrus
changed the type ofHook.Entries
in May 2018 (https://github.com/sirupsen/logrus/commit/070c81def33f6362a8267b6a4e56fb7bf23fc6b5), so projects using newer versions oflogrus
get incompatible type issues.This is currently on a version of
logrus
that's over two years old, so it's probably time to upgrade. Stellar has already done so in stellar/go/pull/927 after the same issue was raised by their community multiple times.