Skip to content

Commit

Permalink
Change monitor log level (apache#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorZeng authored and ralf0131 committed Apr 21, 2018
1 parent 8b6f445 commit 98a906a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ public void run() {
}

public void send() {
if (logger.isInfoEnabled()) {
logger.info("Send statistics to monitor " + getUrl());
}
logger.debug("Send statistics to monitor " + getUrl());
String timestamp = String.valueOf(System.currentTimeMillis());
for (Map.Entry<Statistics, AtomicReference<long[]>> entry : statisticsMap.entrySet()) {
// get statistics data
Expand Down

0 comments on commit 98a906a

Please sign in to comment.