Skip to content

Commit

Permalink
Changing log level of empty map statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mao committed Jun 24, 2015
1 parent 30cde61 commit 412fedb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ protected void appendToReporterBuffer(String prefix, Map<String, Double> metrics
reporter.appendToBuffer(prefix, metrics, timestamp);
}
else {
LOG.warn("Dropping metrics map with prefix {} because it is empty.", prefix);
LOG.debug("Dropping metrics map with prefix {} because it is empty.", prefix);
}
}
else {
Expand Down

0 comments on commit 412fedb

Please sign in to comment.