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

Tsz-wo Sze commented on RATIS-508:
----------------------------------

[~hheg], thanks for working on this.  Patch look good.  Could you add 
log4j.version to the root pom and add log4j to dependencyManagement so that the 
children pom do not have to specifies the version?
f{code}
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.17</version>
{code}

> Switch from log4j to slf4j
> --------------------------
>
>                 Key: RATIS-508
>                 URL: https://issues.apache.org/jira/browse/RATIS-508
>             Project: Ratis
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: Hai Zhou
>            Assignee: Henrik Hegardt
>            Priority: Major
>         Attachments: RATIS-508.001.patch
>
>
> Improve the request to raise the abstraction level of our logging framework 
> so that logging is done through slf4j instead of directly through log4j. 
> This will allow users to swap-out the underlying logging framework, giving a 
> choice of log4j, logback-classic, and log4j2.
> eg.
> In my project, I use logback, which conflicts with log4j.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to