mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-14 10:40:19 +00:00
Add logging
This commit is contained in:
@@ -1472,9 +1472,9 @@ setup_Overlay(BasicConfig const& config)
|
||||
}
|
||||
|
||||
set(setup.verifyEndpoints, true, "verify_endpoints", section);
|
||||
if (setup.verifyEndpoints)
|
||||
if (!setup.verifyEndpoints)
|
||||
{
|
||||
JLOG(j_.warn()) << "Endpoint verification is enabled. This is a "
|
||||
JLOG(j_.warn()) << "Endpoint verification is disabled. This is a "
|
||||
"security risk and should only be used for "
|
||||
"testing.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user