Commit 7dcb2464 by 张乐 Committed by GitHub

Merge pull request #457 from lepdou/bugfix_1123

fix cat log udpate gray release rules event
parents e0ec9f9c b79b24fa
......@@ -68,8 +68,7 @@ public class NamespaceBranchService {
namespaceBranchAPI.updateBranchGrayRules(appId, env, clusterName, namespaceName, branchName, rules);
Cat.logEvent(CatEventType.UPDATE_GRAY_RELEASE_RULE,
String.format("%s+%s+%s+%s", appId, env, clusterName, namespaceName),
"success", String.valueOf(rules.getRuleItems()));
String.format("%s+%s+%s+%s", appId, env, clusterName, namespaceName));
}
public void deleteBranch(String appId, Env env, String clusterName, String namespaceName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment