Explorar o código

changed api login event log level to verbose

Roman Dmitriev hai 1 ano
pai
achega
ee5dcc2ed2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'];