Details
-
Task
-
Resolution: Fixed
-
Major
-
4.3
-
None
-
N/A
-
N/A
-
Description
This is needed for XWIKI-8559.
The consequences of this is that at runtime you need to specify both a logback.xml file and 3 dependencies. For example for tests:
<dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> <scope>test</scope> </dependency>
Attachments
Issue Links
- blocks
-
XWIKI-8559 Use SLF4J to log test messages and use the Logback binding
- Closed