Log the stopping of TargetManager in Info

Fixes #2715

Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
This commit is contained in:
Goutham Veeramachaneni 2017-07-06 11:32:37 +02:00
parent e58e7954a7
commit a607873ad2

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() {