aboutsummaryrefslogtreecommitdiffstats
path: root/log
Commit message (Expand)AuthorAgeFilesLines
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-3/+3
* build: always run go vetFelix Lange2017-03-241-1/+6
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+0
* core, log: track field length and pad to alignPéter Szilágyi2017-02-281-3/+25
* common, eth/downloader, log: support terminal log formattingPéter Szilágyi2017-02-281-6/+19
* all: disable log message colors outside of gethFelix Lange2017-02-271-14/+16
* log: disable logs by defaultFelix Lange2017-02-271-14/+2
* log: log full level names instead of mispelled "EROR", "DBUG"Felix Lange2017-02-272-4/+24
* internal, log: support debug log prints, displaying log originsPéter Szilágyi2017-02-231-4/+50
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-1/+1
* log: implement a glog style pattern matching handlerPéter Szilágyi2017-02-231-0/+227
* log: add support for trace level, exit on criticalPéter Szilágyi2017-02-235-0/+23
* log, vendor: vendor in log15 inline into our codebasePéter Szilágyi2017-02-2322-0/+1600