diff --git a/rai/cli/daemon.cpp b/rai/cli/daemon.cpp index 7d69fe40..c28157bc 100644 --- a/rai/cli/daemon.cpp +++ b/rai/cli/daemon.cpp @@ -57,6 +57,7 @@ rai_daemon::daemon_config::daemon_config (bool & error_a, std::istream & input_a auto bootstrap_peer (i->second.get ("")); bootstrap_peers.push_back (bootstrap_peer); } + error_a = error_a | logging.deserialize_json (logging_l); try { peering_port = std::stoul (peering_port_l);