Make SAML debugging less noisy
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
de048e1009
commit
7f8fc7add9
1 changed files with 1 additions and 2 deletions
|
@ -136,13 +136,12 @@ class LoginController extends Controller
|
||||||
|
|
||||||
// Better logging
|
// Better logging
|
||||||
if (!$saml->isEnabled()) {
|
if (!$saml->isEnabled()) {
|
||||||
\Log::warning("SAML page requested, but SAML does not seem to enabled.");
|
\Log::debug("SAML page requested, but SAML does not seem to enabled.");
|
||||||
} else {
|
} else {
|
||||||
\Log::warning("SAML page requested, but samlData seems empty.");
|
\Log::warning("SAML page requested, but samlData seems empty.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
\Log::warning("Something else went wrong while trying to login as SAML user");
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue