Tell config which loggers to use

This commit is contained in:
obscuren
2014-05-15 22:17:09 +02:00
parent 0a03484188
commit 6a78e080e6
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
ethchain.InitFees()
ethutil.ReadConfig(DataDir)
ethutil.ReadConfig(DataDir, ethutil.LogFile|ethutil.LogStd)
// Instantiated a eth stack
ethereum, err := eth.New(eth.CapDefault, UseUPnP)