UPDATE: snapshot中rules路径使用原始输入的file_path;日志中__FILE__字段使用创建handle时输入的file_path

This commit is contained in:
yangwei
2020-09-08 18:20:14 +08:00
parent 90fb91cd42
commit b4f239ae9c
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[global]
default format = "%d(%c), %V, %U, %m%n"
default format = "%d(%c), %V, %F, %U, %m%n"
[levels]
DEBUG=10
INFO=20