Log the stopping of TargetManager in Info
Fixes #2715 Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
This commit is contained in:
parent
e58e7954a7
commit
a607873ad2
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue