Changed the logging level org name change messsage

Co-authored-by: delvh <dev.lh@web.de>
pull/33303/head
Bruno Sofiato 22 hours ago committed by GitHub
parent 1bab50f00b
commit 488ef75313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -357,7 +357,7 @@ func Rename(ctx *context.APIContext) {
ctx.ServerError("RenameOrg", err)
}
} else {
log.Trace("Org name changed: %s -> %s", oldName, form.NewName)
log.Info("Org name changed: %s -> %s", oldName, form.NewName)
ctx.Status(http.StatusNoContent)
}
}

Loading…
Cancel
Save