diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-11-21 10:31:24 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-11-21 10:31:24 +0100 |
commit | 4893501abe3be254a4a3b6c4ced9ca0058071413 (patch) | |
tree | 3c9356a89be426ed71e290d2067c19a06a4d780c /apps/user_ldap/lib/Connection.php | |
parent | 3e15ea6cd043218ec27780c39b869e4dac163682 (diff) | |
download | nextcloud-server-4893501abe3be254a4a3b6c4ced9ca0058071413.tar.gz nextcloud-server-4893501abe3be254a4a3b6c4ced9ca0058071413.zip |
Log as warning instead of info when main LDAP server is unreachable
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/lib/Connection.php')
-rw-r--r-- | apps/user_ldap/lib/Connection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 1d504675e09..0d30a5c608e 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -606,7 +606,7 @@ class Connection extends LDAPUtility { if (!$isBackupHost) { throw $e; } - $this->logger->info( + $this->logger->warning( 'Main LDAP not reachable, connecting to backup', [ 'app' => 'user_ldap' |