Merge pull request #12188 from snipe/fixes/decrease_logging_for_saml_when_not_enabled

Removed extra logging case that was very noisy
This commit is contained in:
snipe 2022-12-15 11:26:49 -08:00 committed by GitHub
commit 29c2ff56ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,9 +135,7 @@ class LoginController extends Controller
} else {
// Better logging
if (!$saml->isEnabled()) {
\Log::debug("SAML page requested, but SAML does not seem to enabled.");
} else {
if (empty($samlData)) {
\Log::debug("SAML page requested, but samlData seems empty.");
}
}