Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logger/glog: fix go vet issues | Felix Lange | 2016-04-15 | 2 | -9/+9 |
| | | | | | 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 | 2 | -51/+89 |
| | | | | | | | This change allows setting the verbosity for directory prefixes using the syntax: --vmodule=eth/=6 | ||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 8 | -8/+8 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 8 | -32/+32 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 8 | -0/+128 |
| | |||||
* | miner: moved bad uncle logging to ridiculous log level. Closes #720 | obscuren | 2015-04-15 | 1 | -0/+2 |
| | |||||
* | blockpool stability fixes: | zelig | 2015-04-13 | 1 | -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 logging | obscuren | 2015-04-07 | 2 | -0/+8 |
| | |||||
* | Remove debug log | obscuren | 2015-04-05 | 1 | -1/+0 |
| | |||||
* | Updated logging | obscuren | 2015-04-05 | 1 | -1/+2 |
| | |||||
* | Moved logging to logger.Core | obscuren | 2015-04-04 | 1 | -0/+1 |
| | |||||
* | basic glog | obscuren | 2015-04-04 | 1 | -0/+1 |
| | |||||
* | glog wip | obscuren | 2015-04-03 | 6 | -0/+1973 |
| | |||||
* | fix ethtest logging | zelig | 2015-03-24 | 1 | -6/+6 |
| | |||||
* | independent flag for json structured logging | zelig | 2015-03-22 | 5 | -75/+72 |
| | | | | | | | | | | | | | - logjson flag remove logformat flag - passed to eth Config - logsystem not a field of Ethereum - LogSystem does not need to expose GetLogLevel/SetLogLevel - message struct just implements more generic LogMsg interface - LogMsg is a fmt.Stringer with Level() - jsonMsg ([]byte) implements LogMsg - remove "raw" systems - move level logic inside StdLogSystem - logsystems only print their kind of msg: jsonLogSystem prints jsonMsg, StdLogSystem prints stdMsg | ||||
* | Add json LogSystem #538 | Taylor Gerring | 2015-03-21 | 3 | -2/+27 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | Check length of timestring before taking slice | Taylor Gerring | 2015-03-11 | 1 | -1/+6 |
| | |||||
* | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-03-04 | 1 | -13/+14 |
|\ | | | | | | | | | | | | | | | | | | | ethersphere-jsonlogs Conflicts: eth/block_pool.go eth/block_pool_test.go eth/protocol_test.go miner/worker.go | ||||
| * | block number is *big.Int, remoteID is string | zelig | 2015-03-03 | 1 | -9/+9 |
| | | |||||
| * | Implement eth.miner.new_block event | Taylor Gerring | 2015-03-01 | 1 | -4/+5 |
| | | |||||
* | | export Sendln/Sendf in logger | zelig | 2015-02-25 | 1 | -14/+14 |
|/ | |||||
* | logger: add P2P disconnected event | Felix Lange | 2015-02-20 | 1 | -10/+10 |
| | |||||
* | Update JSON Log types | Taylor Gerring | 2015-02-18 | 1 | -298/+295 |
| | |||||
* | Updated P2PConnected log fields | Taylor Gerring | 2015-02-17 | 1 | -2/+4 |
| | |||||
* | Move standard fields to LogEvent | Taylor Gerring | 2015-02-12 | 2 | -170/+150 |
| | |||||
* | Move event names within each object | Taylor Gerring | 2015-02-11 | 2 | -29/+118 |
| | |||||
* | Use strongly-typed objects | Taylor Gerring | 2015-02-11 | 2 | -13/+298 |
| | |||||
* | Rename jsonlogger method | Taylor Gerring | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | Check LogSystem type | Taylor Gerring | 2015-01-22 | 1 | -2/+10 |
| | |||||
* | Add JsonLogger type | Taylor Gerring | 2015-01-22 | 1 | -0/+26 |
| | |||||
* | Split file cleanup | Taylor Gerring | 2015-01-22 | 3 | -13/+13 |
| | |||||
* | Add JsonLevel log level | Taylor Gerring | 2015-01-22 | 1 | -1/+2 |
| | |||||
* | Add LogFormat flag | Taylor Gerring | 2015-01-22 | 1 | -2/+8 |
| | |||||
* | Add rawLogSystem | Taylor Gerring | 2015-01-22 | 1 | -0/+24 |
| | |||||
* | Split into multiple files | Taylor Gerring | 2015-01-22 | 3 | -122/+130 |
| | |||||
* | Cleaned up some of that util | obscuren | 2015-01-04 | 1 | -0/+33 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 3 | -0/+443 |