hengboy / spring-cloud-chapter

Spring Cloud Enterprise Core Technology, Corresponding to the Special Subject Source of the Brief Book "Spring Cloud Core Technology"
14 stars 6 forks source link

修改ApiBoot Logging日志采集的前缀 - 恒宇少年 | SpringBoot | SpringCloud | Java #133

Open hengboy opened 5 years ago

hengboy commented 5 years ago

http://blog.yuqiyu.com/modify-apiboot-logging-collection-prefix.html

ApiBoot Logging支持指定单个或者多个路径的前缀进行采集,也就是我们可以指定/user/或者/order/下的单个或者同时指定多个路径进行采集请求日志,其他不符合Ant表达式的路径就会被忽略掉。