new
This commit is contained in:
@@ -23,16 +23,16 @@ spring:
|
||||
host: ${REDIS_HOST:localhost}
|
||||
|
||||
|
||||
rootLogger:
|
||||
level: DEBUG
|
||||
appenders:
|
||||
- console
|
||||
|
||||
# 配置控制台输出
|
||||
appenders:
|
||||
- type: console
|
||||
name: CONSOLE
|
||||
target: System.out
|
||||
layout:
|
||||
type: pattern
|
||||
pattern: "%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n"
|
||||
#rootLogger:
|
||||
# level: DEBUG
|
||||
# appenders:
|
||||
# - console
|
||||
#
|
||||
## 配置控制台输出
|
||||
#appenders:
|
||||
# - type: console
|
||||
# name: CONSOLE
|
||||
# target: System.out
|
||||
# layout:
|
||||
# type: pattern
|
||||
# pattern: "%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n"
|
||||
Reference in New Issue
Block a user