mirror of https://bitbucket.org/ausocean/av.git
revid: outputting config when we update
This commit is contained in:
parent
37850e8350
commit
e118a639d4
|
@ -493,7 +493,7 @@ func (r *Revid) Update(vars map[string]string) error {
|
||||||
r.config.BurstPeriod = uint(v)
|
r.config.BurstPeriod = uint(v)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
r.config.Logger.Log(logger.Info, pkg+"revid config changed", "config", fmt.Sprint("%+v", r.config))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue