瀏覽代碼

add debug log

tags/2.0.1
Jonathan Cobb 4 年之前
父節點
當前提交
0940a4c131
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/main/java/bubble/abp/BubbleBlockCondition.java

+ 1
- 0
src/main/java/bubble/abp/BubbleBlockCondition.java 查看文件

@@ -45,6 +45,7 @@ public class BubbleBlockCondition {
}

public boolean matches(String fqdn, String path, String contentType, String referer) {
if (log.isDebugEnabled()) log.debug("matches(fqdn="+fqdn+", path="+path+", contentType="+contentType+", referer="+referer+") with field="+field+", operation="+operation);
switch (field) {
case host: return operation.matches(fqdn, value);
case path: return operation.matches(path, value);


Loading…
取消
儲存