thinker0 commented on code in PR #3830: URL: https://github.com/apache/incubator-heron/pull/3830#discussion_r884033927
########## heron/tools/tracker/src/python/metricstimeline.py: ########## @@ -84,7 +84,7 @@ async def get_metrics_timeline( # Form and send the http request. url = f"http://{tmanager.host}:{tmanager.stats_port}/stats" - Log.debug(f"Making HTTP call to fetch metrics: {url}") + # Log.debug(f"Making HTTP call to fetch metrics: {url}") Review Comment: Reduce debug log https://github.com/apache/incubator-heron/pull/3836 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
