Skip to content

Commit 6fce69b

Browse files
committed
No need to warn on metrics reporting
// FREEBIE
1 parent 5ceb184 commit 6fce69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/whispersystems/textsecuregcm/metrics/JsonMetricsReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void report(SortedMap<String, Gauge> stringGaugeSortedMap,
5656
SortedMap<String, Timer> stringTimerSortedMap)
5757
{
5858
try {
59-
logger.info("Reporting metrics...");
59+
logger.debug("Reporting metrics...");
6060
URL url = new URL("https", hostname, 443, String.format("/report/metrics?t=%s&h=%s", token, host));
6161
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
6262

0 commit comments

Comments
 (0)