mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Merge pull request #2907 from Gouthamve/log-tm
Log the stopping of TargetManager in Info
This commit is contained in:
commit
be990c0287
|
@ -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 a new issue