[ 
https://issues.apache.org/jira/browse/ANY23-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466220#comment-17466220
 ] 

Hudson commented on ANY23-538:
------------------------------

SUCCESS: Integrated in Jenkins build Any23 ยป any23-master #50 (See 
[https://ci-builds.apache.org/job/Any23/job/any23-master/50/])
ANY23-538 Replace existing logging with Slf4j over log4j2 (#230) (github: 
[https://github.com/apache/any23/commit/662d51c29344cc5b7f30e5bd1bd5915313a635b0])
* (edit) api/pom.xml
* (edit) csvutils/pom.xml
* (edit) mime/pom.xml
* (edit) cli/pom.xml
* (edit) encoding/pom.xml
* (edit) core/pom.xml
* (edit) pom.xml


> Replace existing logging with Slf4j over log4j2
> -----------------------------------------------
>
>                 Key: ANY23-538
>                 URL: https://issues.apache.org/jira/browse/ANY23-538
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: build, logging
>    Affects Versions: 2.7
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Major
>             Fix For: 2.7
>
>
> Any23 currently uses the following logging architecture
> {code:xml}
>       <dependency>
>         <groupId>org.slf4j</groupId>
>         <artifactId>slf4j-api</artifactId>
>         <version>${slf4j.logger.version}</version>
>       </dependency>
>       <dependency>
>         <groupId>org.slf4j</groupId>
>         <artifactId>jcl-over-slf4j</artifactId>
>         <version>${slf4j.logger.version}</version>
>       </dependency>
>       <dependency>
>         <groupId>org.slf4j</groupId>
>         <artifactId>jul-to-slf4j</artifactId>
>         <version>${slf4j.logger.version}</version>
>       </dependency>
>       <dependency>
>         <groupId>org.slf4j</groupId>
>         <artifactId>slf4j-log4j12</artifactId>
>         <version>${slf4j.logger.version}</version>
>       </dependency>
> {code}
> I would like to change it to Slf4j over Log4j2



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to