Merge pull request #2907 from Gouthamve/log-tm

Log the stopping of TargetManager in Info
This commit is contained in:
Fabian Reinartz 2017-07-06 12:00:11 +02:00 committed by GitHub
commit be990c0287

View file

@ -86,7 +86,7 @@ func (tm *TargetManager) Stop() {
// Wait for all scrape inserts to complete.
tm.wg.Wait()
tm.logger.Debugln("Target manager stopped")
tm.logger.Infoln("Target manager stopped.")
}
func (tm *TargetManager) reload() {