[ 
https://issues.apache.org/jira/browse/GOBBLIN-1235?focusedWorklogId=471003&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-471003
 ]

ASF GitHub Bot logged work on GOBBLIN-1235:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Aug/20 04:34
            Start Date: 15/Aug/20 04:34
    Worklog Time Spent: 10m 
      Work Description: autumnust commented on a change in pull request #3081:
URL: https://github.com/apache/incubator-gobblin/pull/3081#discussion_r470936412



##########
File path: gradle/scripts/dependencyDefinitions.gradle
##########
@@ -180,13 +180,16 @@ ext.externalDependency = [
     'reactivex': 'io.reactivex.rxjava2:rxjava:2.1.0',
     "slf4j": [
         "org.slf4j:slf4j-api:" + slf4jVersion,
-        "org.slf4j:slf4j-log4j12:" + slf4jVersion,
+        "org.slf4j:log4j-over-slf4j:" + slf4jVersion,

Review comment:
       OK now I understand it through reading this 
[link](http://www.slf4j.org/legacy.html#:~:text=SLF4J%20ship%20with%20a%20module,simply%20by%20replacing%20the%20log4j.)
 ! 
   

##########
File path: gobblin-admin/build.gradle
##########
@@ -34,6 +34,7 @@ dependencies {
     compile externalDependency.jodaTime
 
     testCompile externalDependency.testng
+    testCompile externalDependency.slf4jToLog4j

Review comment:
       OK I need a bit more clarification here: 
   I think the purpose of adding this line is to add the binding in these test 
classes to make the log4j being picked as the implementation of slf4j ? 




----------------------------------------------------------------
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.

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 471003)
    Time Spent: 0.5h  (was: 20m)

> Migrate Log4J to SLF4J to provide a clean log environment for downstream users
> ------------------------------------------------------------------------------
>
>                 Key: GOBBLIN-1235
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1235
>             Project: Apache Gobblin
>          Issue Type: Task
>            Reporter: Zihan Li
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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

Reply via email to