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

ASF GitHub Bot commented on ANY23-538:
--------------------------------------

lewismc commented on pull request #230:
URL: https://github.com/apache/any23/pull/230#issuecomment-1002284407


   I'll update this PR and push a fix for review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> 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