Commit 5240684d by inrgihc

修复linux启动失败

parent ff14a37a
......@@ -74,7 +74,10 @@
<fileSet>
<directory>src/main/assembly/conf</directory>
<outputDirectory>conf</outputDirectory>
<!-- lineEnding>unix</lineEnding -->
<lineEnding>unix</lineEnding>
<includes>
<include>*.ini</include>
</includes>
</fileSet>
<!-- 打包sqlrest-manager中的配置文件到打包目录/conf/manager 下 -->
......
......@@ -38,6 +38,7 @@
<!-- 日志输出级别 -->
<root level="INFO">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root>
</configuration>
......@@ -38,6 +38,7 @@
<!-- 日志输出级别 -->
<root level="INFO">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root>
</configuration>
......@@ -38,6 +38,7 @@
<!-- 日志输出级别 -->
<root level="INFO">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root>
</configuration>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment