We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a159e0 commit 9b3dd2cCopy full SHA for 9b3dd2c
src/libxrpl/beast/utility/beast_Journal.cpp
@@ -112,7 +112,6 @@ severities::to_string(Severity severity)
112
UNREACHABLE("Unexpected severity value!");
113
}
114
return "";
115
-
116
117
Journal::Sink::Sink(Severity thresh, bool console)
118
: thresh_(thresh), m_console(console)
src/libxrpl/telemetry/JsonLogs.cpp
@@ -21,6 +21,7 @@
21
#include <xrpl/json/to_string.h>
22
#include <xrpl/telemetry/JsonLogs.h>
23
24
+#include <chrono>
25
#include <thread>
26
27
namespace ripple::log {
0 commit comments