aboutsummaryrefslogtreecommitdiffstats
path: root/logger/glog
Commit message (Collapse)AuthorAgeFilesLines
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-235-2022/+0
|
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
|
* logger/glog: fix go vet issuesFelix Lange2016-04-152-9/+9
| | | | | 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-212-51/+89
| | | | | | | This change allows setting the verbosity for directory prefixes using the syntax: --vmodule=eth/=6
* blockpool stability fixes:zelig2015-04-131-6/+6
| | | | | | | | | | | | - follow up locks and fix them - chainManager: call SetQueued for parentErr future blocks, uncomment TD checks, unskip test - make ErrIncorrectTD non-fatal to be forgiving to genuine mistaken nodes (temp) but demote them to guard against stuck best peers. - add purging to bounded nodeCache (config nodeCacheSize) - use nodeCache when creating blockpool entries and let non-best peers add blocks (performance boost) - minor error in addError - reduce idleBestPeerTimeout to 1 minute - correct status counts and unskip status passing status test - glogified logging
* Updated loggingobscuren2015-04-072-0/+8
|
* Remove debug logobscuren2015-04-051-1/+0
|
* basic glogobscuren2015-04-041-0/+1
|
* glog wipobscuren2015-04-035-0/+1965