From 72e41acfd7beda596b426af683024cdfb86c3ea7 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 19 八月 2019 09:52:46 +0800 Subject: [PATCH] so外加控制 --- algorithm/face/face.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/algorithm/face/face.go b/algorithm/face/face.go index 53a3801..06599ea 100644 --- a/algorithm/face/face.go +++ b/algorithm/face/face.go @@ -9,7 +9,7 @@ ) // 浜鸿劯绠楁硶 func Entrance(rule *protomsg.Rule, am *structure.AreaMap) structure.LittleRuleResult { - logger.Debug("---------璧颁簡浜鸿劯绠楁硶") + logger.Debug("---------璧颁簡浜鸿劯绠楁硶",rule.Id,rule.SdkArgAlias,rule.Operator,rule.SdkArgValue,am.AreaId) return filterRule(rule,am) } -- Gitblit v1.8.0