Skip to content

Commit

Permalink
fly: remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
  • Loading branch information
bingyuyap committed Feb 2, 2024
1 parent d95334f commit 101b26d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fly/cmd/prometheus_metrics/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func initPromScraper(promRemoteURL *string, logger *zap.Logger) {
promLogger.Error("ScrapeAndSendLocalMetrics error", zap.Error(err))
continue
}
logger.Debug("ScrapeAndSendLocalMetrics success at %s", zap.Time("time", time.Now()))
}
}
})
Expand Down

0 comments on commit 101b26d

Please sign in to comment.