mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Serialize access to the debug journal
This commit is contained in:
@@ -465,7 +465,10 @@ int run (int argc, char** argv)
|
||||
}
|
||||
|
||||
if (vm.count ("debug"))
|
||||
setDebugJournalSink (logs->get("Debug"));
|
||||
{
|
||||
setDebugLogSink (logs->makeSink (
|
||||
"Debug", beast::severities::kTrace));
|
||||
}
|
||||
|
||||
auto timeKeeper = make_TimeKeeper(
|
||||
logs->journal("TimeKeeper"));
|
||||
|
||||
Reference in New Issue
Block a user