plugeth/cmd/ethereum
zelig 78cff9e3a4 independent flag for json structured logging
- 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
2015-03-22 02:16:54 +00:00
..
admin.go cmd/ethereum, cmd/utils: partial fix for chain import 2015-03-18 14:04:44 +01:00
blocktest.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
js_test.go remove long-running mining test, ethutil -> common 2015-03-16 22:56:05 +07:00
js.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
main.go independent flag for json structured logging 2015-03-22 02:16:54 +00:00