From aa7a9661b9be86a503b927754cc0120f0d1fdbae Mon Sep 17 00:00:00 2001 From: mountain Date: Mon, 20 Nov 2023 16:42:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metric/metric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metric/metric.go b/metric/metric.go index b139af6..50c9de2 100644 --- a/metric/metric.go +++ b/metric/metric.go @@ -118,7 +118,7 @@ func init() { go mc.metricWriter() NewMetric = newMetricImpl } else { - logger.Println("metrics are NOT going to be generated. parent is not houston") + logger.Println("metrics are NOT going to be generated. parent is not houston :", filename, string(fn)) } } else { logger.Println("metrics are NOT going to be generated. ppid proc is missing :", filename)