Commit 5240684d by inrgihc

修复linux启动失败

parent ff14a37a
...@@ -74,7 +74,10 @@ ...@@ -74,7 +74,10 @@
<fileSet> <fileSet>
<directory>src/main/assembly/conf</directory> <directory>src/main/assembly/conf</directory>
<outputDirectory>conf</outputDirectory> <outputDirectory>conf</outputDirectory>
<!-- lineEnding>unix</lineEnding --> <lineEnding>unix</lineEnding>
<includes>
<include>*.ini</include>
</includes>
</fileSet> </fileSet>
<!-- 打包sqlrest-manager中的配置文件到打包目录/conf/manager 下 --> <!-- 打包sqlrest-manager中的配置文件到打包目录/conf/manager 下 -->
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<!-- 日志输出级别 --> <!-- 日志输出级别 -->
<root level="INFO"> <root level="INFO">
<appender-ref ref="STDOUT" /> <appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root> </root>
</configuration> </configuration>
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<!-- 日志输出级别 --> <!-- 日志输出级别 -->
<root level="INFO"> <root level="INFO">
<appender-ref ref="STDOUT" /> <appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root> </root>
</configuration> </configuration>
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<!-- 日志输出级别 --> <!-- 日志输出级别 -->
<root level="INFO"> <root level="INFO">
<appender-ref ref="STDOUT" /> <appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root> </root>
</configuration> </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