mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 04:03:49 +00:00
4337871f7f
* use "log" for struct fields * use "logger" for function parameters and local vars This is a compromise between: 1) using logger := log.New() to avoid aliasing (log := log.New()) 2) and keeping it short when logging e.g.: srv.log.Info(...) |
||
---|---|---|
.. | ||
build | ||
debug | ||
ethapi | ||
flags | ||
jsre | ||
testlog | ||
utesting | ||
web3ext |