Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethstorage/es-node
/ DefaultLogger
Function
DefaultLogger
ethstorage/log/logger.go:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
func
DefaultLogger() log.Logger {
50
return
NewLogger(defaultCLIConfig)
51
}
52
53
func
SetupDefaults() {
54
log.SetDefault(DefaultLogger())
Callers
6
common.go
File · 0.92
miner_test.go
File · 0.92
Test_l1MiningAPI_checkGasPrice
Function · 0.92
main.go
File · 0.92
utils.go
File · 0.92
SetupDefaults
Function · 0.85
Calls
1
NewLogger
Function · 0.85
Tested by
1
Test_l1MiningAPI_checkGasPrice
Function · 0.74