[
https://issues.apache.org/jira/browse/GRIFFIN-263?focusedWorklogId=274761&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-274761
]
ASF GitHub Bot logged work on GRIFFIN-263:
------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jul/19 09:28
Start Date: 10/Jul/19 09:28
Worklog Time Spent: 10m
Work Description: guoyuepeng commented on issue #507: GRIFFIN-263 Use
independent logger for griffin
URL: https://github.com/apache/griffin/pull/507#issuecomment-509986214
LGTM
----------------------------------------------------------------
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: 274761)
Time Spent: 10m
Remaining Estimate: 0h
> Use independent logger for griffin
> ----------------------------------
>
> Key: GRIFFIN-263
> URL: https://issues.apache.org/jira/browse/GRIFFIN-263
> Project: Griffin
> Issue Type: Improvement
> Reporter: wan kun
> Assignee: William Guo
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When we run DQJob, user can only set logger level for spark execution
> engine.
> {code:java}
> sparkSession.sparkContext.setLogLevel(sparkParam.getLogLevel)
> {code}
>
> We have independent logger for griffin, which would be very helpful to debug
> or understand the internal of griffin.
> {code:java}
> var logLevel = getGriffinLogLevel()
> sparkSession.sparkContext.setLogLevel(sparkParam.getLogLevel)
> griffinLogger.setLevel(logLevel)
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)