[
https://issues.apache.org/jira/browse/GOBBLIN-1235?focusedWorklogId=475023&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475023
]
ASF GitHub Bot logged work on GOBBLIN-1235:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Aug/20 21:37
Start Date: 26/Aug/20 21:37
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_r477603810
##########
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,
"org.slf4j:jcl-over-slf4j:" + slf4jVersion
],
"log4j": [
Review comment:
Gotcha. You may also want to check the conflicts, after which I can
merge this so it could be tested in larger scope.
----------------------------------------------------------------
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: 475023)
Time Spent: 1h (was: 50m)
> 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: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)