diff --git a/app/Services/Saml.php b/app/Services/Saml.php index 3000233cea..f947e432bf 100644 --- a/app/Services/Saml.php +++ b/app/Services/Saml.php @@ -134,7 +134,7 @@ class Saml try { $this->_auth = new OneLogin_Saml2_Auth($this->_settings); } catch (Exception $e) { - \Log::debug('Trying OneLogin_Saml2_Auth failed - exception thrown. Setting SAML enabled to false.'. $e->getMessage()); + \Log::error('Trying OneLogin_Saml2_Auth failed. Setting SAML enabled to false. OneLogin_Saml2_Auth error message is: '. $e->getMessage()); $this->_enabled = false; } }