Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |