Info to Debug for login.

pull/3750/head
Isaac Connor 2023-08-08 14:24:36 -04:00
parent 769f6ce372
commit 0afa383c38
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ class AppController extends Controller {
throw new UnauthorizedException(__($retstatus));
return;
}
ZM\Info("Login successful for user \"$username\"");
ZM\Debug("Login successful for user \"$username\"");
}
}

View File

@ -163,7 +163,7 @@ class HostController extends AppController {
$username = $ret[0]->Username();
}
ZM\Info("Creating token for \"$username\"");
ZM\Debug("Creating token for \"$username\"");
/* we won't support AUTH_HASH_IPS in token mode
reasons: