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