<dependency>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.nuxeo.ecm.core</groupId>
<dependency>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-convert</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-platform-commandline-executor</artifactId>
<version>${nuxeo.core.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.nuxeo.ecm.platform</groupId>
<PatternLayout pattern="${logPattern}" />
</Console>
- <RollingFile name="LogFileAppender" fileName="cspace-services.log" filePattern="cspace-services.%i.log">
+ <RollingFile name="LogFileAppender" fileName="logs/cspace-services.log" filePattern="logs/cspace-services.%i.log">
<PatternLayout pattern="${logPattern}" />
<SizeBasedTriggeringPolicy size="5 MB"/>
<DefaultRolloverStrategy fileIndex="min" max="10"/>