mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
@@ -112,7 +112,6 @@ severities::to_string(Severity severity)
|
|||||||
UNREACHABLE("Unexpected severity value!");
|
UNREACHABLE("Unexpected severity value!");
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
|
|
||||||
}
|
}
|
||||||
Journal::Sink::Sink(Severity thresh, bool console)
|
Journal::Sink::Sink(Severity thresh, bool console)
|
||||||
: thresh_(thresh), m_console(console)
|
: thresh_(thresh), m_console(console)
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
#include <xrpl/json/to_string.h>
|
#include <xrpl/json/to_string.h>
|
||||||
#include <xrpl/telemetry/JsonLogs.h>
|
#include <xrpl/telemetry/JsonLogs.h>
|
||||||
|
|
||||||
|
#include <chrono>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
namespace ripple::log {
|
namespace ripple::log {
|
||||||
|
|||||||
Reference in New Issue
Block a user