mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Change a debug message to TRACE level.
This commit is contained in:
parent
86ada92ffa
commit
805261a93f
@ -158,7 +158,7 @@ public class ApiRateLimitServiceImpl extends AdapterBase implements APIChecker,
|
|||||||
int current = entry.incrementAndGet();
|
int current = entry.incrementAndGet();
|
||||||
|
|
||||||
if (current <= maxAllowed) {
|
if (current <= maxAllowed) {
|
||||||
s_logger.info("current count = " + current);
|
s_logger.trace("account (" + account.getAccountId() + "," + account.getAccountName() + ") has current count = " + current);
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
long expireAfter = entry.getExpireDuration();
|
long expireAfter = entry.getExpireDuration();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user