Add logging

This commit is contained in:
JCW
2026-04-09 14:55:55 +01:00
parent 39808c8d7c
commit 068b62bcae

View File

@@ -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.";
}