Skip to content

Commit

Permalink
Info to Debug for login.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Aug 8, 2023
1 parent 769f6ce commit 0afa383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/api/app/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function beforeFilter() {
throw new UnauthorizedException(__($retstatus));
return;
}
ZM\Info("Login successful for user \"$username\"");
ZM\Debug("Login successful for user \"$username\"");
}
}

Expand Down
2 changes: 1 addition & 1 deletion web/api/app/Controller/HostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private function _getCredentials($generate_refresh_token=false, $token='', $user
$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:
Expand Down

0 comments on commit 0afa383

Please sign in to comment.