Przeglądaj źródła

changed api login event log level to verbose

Roman Dmitriev 1 rok temu
rodzic
commit
ee5dcc2ed2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      html/inc/auth.utils.php

+ 1 - 1
html/inc/auth.utils.php

@@ -222,7 +222,7 @@ function IsSilentAuthenticated($db)
             $_SESSION['session_id'] = session_id();
         }
         if (empty($_SESSION['user_id'])) {
-            LOG_INFO($db, "Api login user [$login] from " . $_SESSION['IP'] . ": success.");
+            LOG_VERBOSE($db, "Api login user [$login] from " . $_SESSION['IP'] . ": success.");
         }
         $_SESSION['user_id'] = $auth_record['id'];
         $_SESSION['acl'] = $auth_record['rights'];