mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
This was right before.
This commit is contained in:
@@ -72,7 +72,7 @@ void Application::run()
|
|||||||
if (!theConfig.DEBUG_LOGFILE.empty())
|
if (!theConfig.DEBUG_LOGFILE.empty())
|
||||||
{ // Let DEBUG messages go to the file but only WARNING or higher to regular output (unless verbose)
|
{ // Let DEBUG messages go to the file but only WARNING or higher to regular output (unless verbose)
|
||||||
Log::setLogFile(theConfig.DEBUG_LOGFILE);
|
Log::setLogFile(theConfig.DEBUG_LOGFILE);
|
||||||
if (Log::getMinSeverity() < lsDEBUG)
|
if (Log::getMinSeverity() > lsDEBUG)
|
||||||
LogPartition::setSeverity(lsDEBUG);
|
LogPartition::setSeverity(lsDEBUG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user