Skip to content

Commit 488ef75

Browse files
bsofiatodelvh
andauthored
Changed the logging level org name change messsage
Co-authored-by: delvh <[email protected]>
1 parent 1bab50f commit 488ef75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/org/org.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ func Rename(ctx *context.APIContext) {
357357
ctx.ServerError("RenameOrg", err)
358358
}
359359
} else {
360-
log.Trace("Org name changed: %s -> %s", oldName, form.NewName)
360+
log.Info("Org name changed: %s -> %s", oldName, form.NewName)
361361
ctx.Status(http.StatusNoContent)
362362
}
363363
}

0 commit comments

Comments
 (0)