aboutsummaryrefslogtreecommitdiffstats
path: root/logger/glog/glog.go
Commit message (Collapse)AuthorAgeFilesLines
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-1223/+0
|
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
|
* logger/glog: fix go vet issuesFelix Lange2016-04-151-8/+8
| | | | | logging.printf triggered a format string warning. Silence it by renaming the function.
* logger/glog: clean up flag gettersFelix Lange2016-01-271-8/+10
|
* logger/glog: fix TraceLocation.Set("")Felix Lange2016-01-271-0/+4
|
* logger/glog: add SetVmoduleFelix Lange2016-01-211-0/+5
|
* logger/glog: add directory context to output and vmodule matchingFelix Lange2016-01-211-36/+53
| | | | | | | This change allows setting the verbosity for directory prefixes using the syntax: --vmodule=eth/=6
* Updated loggingobscuren2015-04-071-0/+4
|
* Remove debug logobscuren2015-04-051-1/+0
|
* basic glogobscuren2015-04-041-0/+1
|
* glog wipobscuren2015-04-031-0/+1191