Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -1223/+0 |
| | |||||
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | logger/glog: fix go vet issues | Felix Lange | 2016-04-15 | 1 | -8/+8 |
| | | | | | logging.printf triggered a format string warning. Silence it by renaming the function. | ||||
* | logger/glog: clean up flag getters | Felix Lange | 2016-01-27 | 1 | -8/+10 |
| | |||||
* | logger/glog: fix TraceLocation.Set("") | Felix Lange | 2016-01-27 | 1 | -0/+4 |
| | |||||
* | logger/glog: add SetVmodule | Felix Lange | 2016-01-21 | 1 | -0/+5 |
| | |||||
* | logger/glog: add directory context to output and vmodule matching | Felix Lange | 2016-01-21 | 1 | -36/+53 |
| | | | | | | | This change allows setting the verbosity for directory prefixes using the syntax: --vmodule=eth/=6 | ||||
* | Updated logging | obscuren | 2015-04-07 | 1 | -0/+4 |
| | |||||
* | Remove debug log | obscuren | 2015-04-05 | 1 | -1/+0 |
| | |||||
* | basic glog | obscuren | 2015-04-04 | 1 | -0/+1 |
| | |||||
* | glog wip | obscuren | 2015-04-03 | 1 | -0/+1191 |