aboutsummaryrefslogtreecommitdiffstats
path: root/logger/glog/glog_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-436/+0
|
* logger/glog: fix go vet issuesFelix Lange2016-04-151-1/+1
| | | | | logging.printf triggered a format string warning. Silence it by renaming the function.
* logger/glog: add directory context to output and vmodule matchingFelix Lange2016-01-211-15/+36
| | | | | | | This change allows setting the verbosity for directory prefixes using the syntax: --vmodule=eth/=6
* glog wipobscuren2015-04-031-0/+415