生产不要打mybatis debug日志

pull/5/head
infin_caishuxiao 8 years ago
parent 714c57e400
commit d14a6b20cd

@ -15,8 +15,7 @@ spring.datasource.stats.driver-class-name=com.mysql.jdbc.Driver
server.port=9001
# log config
logging.level.com.infincash.cron.collection.mapper=debug
logging.config=classpath:logback.xml
logging.config=/deploy/springboot/executor-collection-dispatcher-1.0.0/lib/config/logback.xml
### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
xxl.job.admin.addresses=http://172.16.16.101:8090

@ -16,7 +16,7 @@ server.port=9001
# log config
logging.level.com.infincash.cron.collection.mapper=debug
logging.config=classpath:logback.xml
logging.config=/deploy/springboot/executor-collection-dispatcher-1.0.0/lib/config/logback.xml
### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
xxl.job.admin.addresses=http://127.0.0.1:100080

Loading…
Cancel
Save