Fix logging config serialization
This commit is contained in:
parent
37f50ff6db
commit
d5550d7271
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue