aboutsummaryrefslogtreecommitdiffstats
path: root/logger
Commit message (Collapse)AuthorAgeFilesLines
* fix ethtest loggingzelig2015-03-241-6/+6
|
* independent flag for json structured loggingzelig2015-03-225-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 #538Taylor Gerring2015-03-213-2/+27
|
* Moved ethutil => commonobscuren2015-03-161-2/+2
|
* Check length of timestring before taking sliceTaylor Gerring2015-03-111-1/+6
|
* Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into ↵obscuren2015-03-041-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 stringzelig2015-03-031-9/+9
| |
| * Implement eth.miner.new_block eventTaylor Gerring2015-03-011-4/+5
| |
* | export Sendln/Sendf in loggerzelig2015-02-251-14/+14
|/
* logger: add P2P disconnected eventFelix Lange2015-02-201-10/+10
|
* Update JSON Log typesTaylor Gerring2015-02-181-298/+295
|
* Updated P2PConnected log fieldsTaylor Gerring2015-02-171-2/+4
|
* Move standard fields to LogEventTaylor Gerring2015-02-122-170/+150
|
* Move event names within each objectTaylor Gerring2015-02-112-29/+118
|
* Use strongly-typed objectsTaylor Gerring2015-02-112-13/+298
|
* Rename jsonlogger methodTaylor Gerring2015-01-221-1/+1
|
* Check LogSystem typeTaylor Gerring2015-01-221-2/+10
|
* Add JsonLogger typeTaylor Gerring2015-01-221-0/+26
|
* Split file cleanupTaylor Gerring2015-01-223-13/+13
|
* Add JsonLevel log levelTaylor Gerring2015-01-221-1/+2
|
* Add LogFormat flagTaylor Gerring2015-01-221-2/+8
|
* Add rawLogSystemTaylor Gerring2015-01-221-0/+24
|
* Split into multiple filesTaylor Gerring2015-01-223-122/+130
|
* Cleaned up some of that utilobscuren2015-01-041-0/+33
|
* ethlog => loggerobscuren2014-10-313-0/+443