added prameters to logback.xml to autoscan the configuration
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@174726 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ea4e1ad2dd
commit
5c5c7af545
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<configuration>
|
<configuration configuration scan="true" debug="false">
|
||||||
|
|
||||||
<appender name="FILE"
|
<appender name="FILE"
|
||||||
class="ch.qos.logback.core.rolling.RollingFileAppender">
|
class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>smartgears-distribution</artifactId>
|
<artifactId>smartgears-distribution</artifactId>
|
||||||
<version>2.2.1-SNAPSHOT</version>
|
<version>2.2.2-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>A distribution for the SmartGears Framework</name>
|
<name>A distribution for the SmartGears Framework</name>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue