No need to warn on metrics reporting

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-05-03 14:25:57 -07:00
parent 5ceb18414a
commit 6fce69bbac

View File

@@ -56,7 +56,7 @@ public class JsonMetricsReporter extends ScheduledReporter {
SortedMap<String, Timer> stringTimerSortedMap)
{
try {
logger.info("Reporting metrics...");
logger.debug("Reporting metrics...");
URL url = new URL("https", hostname, 443, String.format("/report/metrics?t=%s&h=%s", token, host));
HttpURLConnection connection = (HttpURLConnection) url.openConnection();