revert remove json log

This commit is contained in:
Denis Angell
2024-03-25 09:12:33 +01:00
parent e6b362c832
commit 17af075665

View File

@@ -156,7 +156,8 @@ NegativeUNLVote::addReportingTx(
JLOG(j_.debug())
<< "R-UNL: ledger seq=" << seq
<< ", add a ttUNL_REPORT (active_val) Tx with txID: " << txID
<< ", size=" << s.size();
<< ", size=" << s.size() << ", "
<< repUnlTx.getJson(JsonOptions::none);
}
}
}
@@ -210,7 +211,8 @@ NegativeUNLVote::addImportVLTx(
JLOG(j_.debug())
<< "R-UNL: ledger seq=" << seq
<< ", add a ttUNL_REPORT (import_vl) Tx with txID: " << txID
<< ", size=" << s.size();
<< ", size=" << s.size() << ", "
<< repUnlTx.getJson(JsonOptions::none);
}
}
}