log: add support for trace level, exit on critical

This commit is contained in:
Péter Szilágyi
2017-02-20 18:05:15 +02:00
parent ec7f81f4bc
commit b9d48b4a93
5 changed files with 23 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ This package is a fork of https://github.com/inconshreveable/log15, with some
minor modifications required by the go-ethereum codebase:
* Support for log level `trace`
* Modified behavior to exit on `critical` failure