fix: MultiPointCooperationExecutor

This commit is contained in:
CaiHQ 2022-02-18 11:14:10 +08:00
parent 5f5bf03b47
commit 310b0f2913

View File

@ -10,6 +10,6 @@ appender.rolling.append=true
appender.rolling.fileName=./log/nc.log appender.rolling.fileName=./log/nc.log
appender.rolling.layout.type=PatternLayout appender.rolling.layout.type=PatternLayout
appender.rolling.layout.pattern=%d-%m%n appender.rolling.layout.pattern=%d-%m%n
rootLogger.level=info rootLogger.level=debug
rootLogger.appenderRef.stdout.ref=STDOUT rootLogger.appenderRef.stdout.ref=STDOUT
rootLogger.appenderRef.log.ref=log rootLogger.appenderRef.log.ref=log