瀏覽代碼

调整调试日志配置

chenwen 2 年之前
父節點
當前提交
495cff11f8
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/resources/application-dev.properties

+ 3 - 1
src/main/resources/application-dev.properties

@@ -19,7 +19,6 @@ spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
 spring.jackson.time-zone=GMT+8
 
 #日志配置
-logging.level.com.hb.xframework=DEBUG
 #业务日志配置
 spring.syslog.aspect.active=true
 
@@ -36,3 +35,6 @@ cache.token.expire=120
 
 #token 在请求header中的name,默认为token
 token.header.name=token
+
+#api调用权限控制filter配置
+api.filter.exclude=login/check,login/update