Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | 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 | 1 | -4/+4 |
| | | | | | 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 | 1 | -0/+16 |
| | |||||
* | independent flag for json structured logging | zelig | 2015-03-22 | 1 | -15/+30 |
| | | | | | | | | | | | | | - 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 | 1 | -2/+1 |
| | |||||
* | Check LogSystem type | Taylor Gerring | 2015-01-22 | 1 | -2/+10 |
| | |||||
* | Split file cleanup | Taylor Gerring | 2015-01-22 | 1 | -0/+5 |
| | |||||
* | Split into multiple files | Taylor Gerring | 2015-01-22 | 1 | -0/+99 |