Fix logging config serialization

This commit is contained in:
Lee Bousfield 2018-07-07 19:27:16 -06:00
commit d5550d7271

View file

@ -695,7 +695,7 @@ void rai::logging::init (boost::filesystem::path const & application_path_a)
void rai::logging::serialize_json (boost::property_tree::ptree & tree_a) const
{
tree_a.put ("version", "3");
tree_a.put ("version", "4");
tree_a.put ("ledger", ledger_logging_value);
tree_a.put ("ledger_duplicate", ledger_duplicate_logging_value);
tree_a.put ("vote", vote_logging_value);