aboutsummaryrefslogtreecommitdiffstats
path: root/logger
Commit message (Collapse)AuthorAgeFilesLines
* 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
* all: fix license headers one more timeFelix Lange2015-07-248-8/+8
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-238-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 informationFelix Lange2015-07-078-0/+128
|
* miner: moved bad uncle logging to ridiculous log level. Closes #720obscuren2015-04-151-0/+2
|
* 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
|
* Updated loggingobscuren2015-04-051-1/+2
|
* Moved logging to logger.Coreobscuren2015-04-041-0/+1
|
* basic glogobscuren2015-04-041-0/+1
|
* glog wipobscuren2015-04-036-0/+1973
|
* 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