mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Logging cleanup.
This commit is contained in:
@@ -208,7 +208,7 @@ namespace websocketpp
|
|||||||
|
|
||||||
void websocketLog(websocketpp::log::alevel::value v, const std::string& entry)
|
void websocketLog(websocketpp::log::alevel::value v, const std::string& entry)
|
||||||
{
|
{
|
||||||
if (v == websocketpp::log::alevel::DEVEL)
|
if ((v == websocketpp::log::alevel::DEVEL) || (v == websocketpp::log::alevel::DEBUG_CLOSE))
|
||||||
{
|
{
|
||||||
if (websocketPartition.doLog(lsTRACE))
|
if (websocketPartition.doLog(lsTRACE))
|
||||||
Log(lsDEBUG, websocketPartition) << entry;
|
Log(lsDEBUG, websocketPartition) << entry;
|
||||||
|
|||||||
Reference in New Issue
Block a user