only log the url during debug
This commit is contained in:
parent
f60be3deed
commit
1fbf2be562
2 changed files with 2 additions and 2 deletions
|
|
@ -565,7 +565,7 @@ func (a *Agent) AgentUpdate(url, inno, version string) {
|
|||
a.CleanupAgentUpdates()
|
||||
updater := filepath.Join(a.ProgramDir, inno)
|
||||
a.Logger.Infof("Agent updating from %s to %s", a.Version, version)
|
||||
a.Logger.Infoln("Downloading agent update from", url)
|
||||
a.Logger.Debugln("Downloading agent update from", url)
|
||||
|
||||
rClient := resty.New()
|
||||
rClient.SetCloseConnection(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue