Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: eb8688df79839a3a8b96b47f93d2c33c5a70c8d6
https://github.com/conformal/btcd/commit/eb8688df79839a3a8b96b47f93d2c33c5a70c8d6
Author: Dave Collins <[email protected]>
Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths:
M addrmanager.go
M blockmanager.go
M btcd.go
M config.go
M discovery.go
M log.go
M mempool.go
M peer.go
M rpcserver.go
M server.go
M signal.go
M upgrade.go
Log Message:
-----------
Convert btcd to use new btclog package.
Also, make every subsystem within btcd use its own logger instance so each
subsystem can have its own level specified independent of the others.
This is work towards #48.
Commit: 48ab97c27199f596361be804770ca8b7ba62ceca
https://github.com/conformal/btcd/commit/48ab97c27199f596361be804770ca8b7ba62ceca
Author: Dave Collins <[email protected]>
Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths:
M btcd.go
M config.go
Log Message:
-----------
Allow per-subsystem log levels to be specified.
Now that each subsystem is capable of having its own log level, modify the
-d/--debuglevel flag to allow them to be specified.
Closes #48.
Compare: https://github.com/conformal/btcd/compare/41d2d366430f...48ab97c27199