Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: a9bf28af4dfe8674e5eacce5c8cfbd88d65d0d02
https://github.com/conformal/btcd/commit/a9bf28af4dfe8674e5eacce5c8cfbd88d65d0d02
Author: Dave Collins <[email protected]>
Date: 2013-11-22 (Fri, 22 Nov 2013)
Changed paths:
M config.go
Log Message:
-----------
Allow the overall log level to be dynamically set.
The code was previously only changing the logging level if it wasn't the
default which is accurate for setting the log level once at startup time,
but it needs to set it unconditionally to allow dynamic updates.