mirror of https://github.com/apache/cloudstack.git
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();
|
||||
|
||||
if (current <= maxAllowed) {
|
||||
s_logger.info("current count = " + current);
|
||||
s_logger.trace("account (" + account.getAccountId() + "," + account.getAccountName() + ") has current count = " + current);
|
||||
return true;
|
||||
} else {
|
||||
long expireAfter = entry.getExpireDuration();
|
||||
|
|
|
|||
Loading…
Reference in New Issue