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