|
|
|
@ -9,10 +9,9 @@ Configuration:
|
|
|
|
|
- name: log.level.console
|
|
|
|
|
value: DEBUG
|
|
|
|
|
- name: log.path
|
|
|
|
|
# value: /usr/local/share/applications/template/log/
|
|
|
|
|
value: /root/rb_social/log/
|
|
|
|
|
value: /usr/local/share/applications/bsd_cases/log/
|
|
|
|
|
- name: project.name
|
|
|
|
|
value: templdate
|
|
|
|
|
value: bsd_cases
|
|
|
|
|
- name: log.pattern
|
|
|
|
|
value: "%d{yyyy-MM-dd HH:mm:ss.SSS} -%5p ${PID:-} [%15.15t] %-30.30C{1.} : %m%n"
|
|
|
|
|
Appenders:
|
|
|
|
@ -101,7 +100,7 @@ Configuration:
|
|
|
|
|
max: 100
|
|
|
|
|
Loggers:
|
|
|
|
|
Root:
|
|
|
|
|
level: info
|
|
|
|
|
level: DEBUG
|
|
|
|
|
AppenderRef:
|
|
|
|
|
- ref: CONSOLE
|
|
|
|
|
- ref: ROLLING_FILE
|
|
|
|
@ -130,7 +129,7 @@ Configuration:
|
|
|
|
|
- ref: DB_ROLLING_FILE
|
|
|
|
|
# 监听具体包下面的日志
|
|
|
|
|
# 为com.xjj包配置特殊的Log级别,方便调试
|
|
|
|
|
- name: com.oceanspot.template.mapper
|
|
|
|
|
- name: com.bsd.cases.mapper
|
|
|
|
|
additivity: false
|
|
|
|
|
level: trace
|
|
|
|
|
AppenderRef:
|
|
|
|
|