aboutsummaryrefslogtreecommitdiffstats
path: root/log/format.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
|
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-111-2/+44
| | | | | | | | | | | | * cmd, dashboard, internal, log, node: logging feature * cmd, dashboard, internal, log: requested changes * dashboard, vendor: gofmt, govendor, use vendored file watcher * dashboard, log: gofmt -s -w, goimports * dashboard, log: gosimple
* log: Change time formatPaweł Bylica2018-06-251-1/+1
| | | | | - Keep the tailing zeros. - Limit precision to milliseconds.
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-141-1/+1
| | | | | | | | | | | | This commit adds all changes needed for the merge of swarm-network-rewrite. The changes: - build: increase linter timeout - contracts/ens: export ensNode - log: add Output method and enable fractional seconds in format - metrics: relax test timeout - p2p: reduced some log levels, updates to simulation packages - rpc: increased maxClientSubscriptionBuffer to 20000
* log: fixes for golint warnings (#16775)kiel barry2018-05-221-8/+8
|
* log: fix megacheck warningsEgon Elbre2017-08-071-1/+1
|
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-3/+3
| | | | | This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface.
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+0
|
* core, log: track field length and pad to alignPéter Szilágyi2017-02-281-3/+25
|
* common, eth/downloader, log: support terminal log formattingPéter Szilágyi2017-02-281-6/+19
|
* all: disable log message colors outside of gethFelix Lange2017-02-271-14/+16
| | | | Also tweak behaviour so colors are only enabled when stderr is a terminal.
* log: log full level names instead of mispelled "EROR", "DBUG"Felix Lange2017-02-271-3/+3
|
* internal, log: support debug log prints, displaying log originsPéter Szilágyi2017-02-231-4/+50
|
* log: add support for trace level, exit on criticalPéter Szilágyi2017-02-231-0/+2
|
* log, vendor: vendor in log15 inline into our codebasePéter Szilágyi2017-02-231-0/+279