mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-28 01:10:49 +01:00
move scm-server logging configuration to conf directory
This commit is contained in:
@@ -84,7 +84,12 @@
|
||||
<platforms>
|
||||
<platform>commons-daemon</platform>
|
||||
</platforms>
|
||||
|
||||
|
||||
<jvmSettings>
|
||||
<systemProperties>
|
||||
<arg>logback.configurationFile=logging.xml</arg>
|
||||
</systemProperties>
|
||||
</jvmSettings>
|
||||
|
||||
<generatorConfigurations>
|
||||
<generatorConfiguration>
|
||||
|
||||
@@ -71,8 +71,21 @@
|
||||
<filtered>false</filtered>
|
||||
<outputDirectory>var/webapp/docroot</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
|
||||
</fileSets>
|
||||
|
||||
<files>
|
||||
|
||||
<!--
|
||||
copy release logging configuration to config directory
|
||||
-->
|
||||
|
||||
<file>
|
||||
<source>../scm-webapp/src/main/resources/logback.release.xml</source>
|
||||
<outputDirectory>conf</outputDirectory>
|
||||
<destName>logging.xml</destName>
|
||||
</file>
|
||||
|
||||
</files>
|
||||
|
||||
</assembly>
|
||||
Reference in New Issue
Block a user