添加操作日志
This commit is contained in:
@@ -7,4 +7,10 @@ sys:
|
||||
# 日志配置
|
||||
log:
|
||||
# 存储类型(elasticsearch|mysql)
|
||||
type: ${SYS_LOG_TYPE:elasticsearch}
|
||||
type: ${SYS_LOG_TYPE:elasticsearch}
|
||||
# 最大保存天数
|
||||
max-days: 2
|
||||
# 忽略操作日志
|
||||
ignore-opt-log:
|
||||
- /sys/dict-item/get-by-code/*
|
||||
- /**/page
|
||||
|
||||
Reference in New Issue
Block a user