diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-02-21 00:05:15 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-02-23 18:00:03 +0800 |
commit | b9d48b4a9300b948362787b90cf3fb7ae77636b4 (patch) | |
tree | 9ed9d16374bd6c7f2cadd0a193e16fc5bc5c9ee3 /log/README_ETHEREUM.md | |
parent | ec7f81f4bc11c6f8203ec1d3055c9a09a244ff43 (diff) | |
download | go-tangerine-b9d48b4a9300b948362787b90cf3fb7ae77636b4.tar go-tangerine-b9d48b4a9300b948362787b90cf3fb7ae77636b4.tar.gz go-tangerine-b9d48b4a9300b948362787b90cf3fb7ae77636b4.tar.bz2 go-tangerine-b9d48b4a9300b948362787b90cf3fb7ae77636b4.tar.lz go-tangerine-b9d48b4a9300b948362787b90cf3fb7ae77636b4.tar.xz go-tangerine-b9d48b4a9300b948362787b90cf3fb7ae77636b4.tar.zst go-tangerine-b9d48b4a9300b948362787b90cf3fb7ae77636b4.zip |
log: add support for trace level, exit on critical
Diffstat (limited to 'log/README_ETHEREUM.md')
-rw-r--r-- | log/README_ETHEREUM.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log/README_ETHEREUM.md b/log/README_ETHEREUM.md index 6a0b0141b..f6c42ccc0 100644 --- a/log/README_ETHEREUM.md +++ b/log/README_ETHEREUM.md @@ -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 |