添加生产环境部署文件,日志文件名称连字符改为下划线

This commit is contained in:
sux26
2021-02-14 16:18:37 +08:00
parent 9bcfddc103
commit 7886333f31
4 changed files with 121 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<configuration scan="true" scanPeriod="60 seconds" debug="true">
<property name="logback.logdir" value="/log" />
<property name="logback.appname" value="biz-service-ebtp-extend" />
<property name="logback.appname" value="biz_service_ebtp_extend" />
<contextName>${logback.appname}</contextName>