diff --git a/routers/api/v1/org/org.go b/routers/api/v1/org/org.go index f1c5b0e41a4..ade3e2ec183 100644 --- a/routers/api/v1/org/org.go +++ b/routers/api/v1/org/org.go @@ -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) } }