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

ASF GitHub Bot logged work on GRIFFIN-263:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Jul/19 09:30
            Start Date: 10/Jul/19 09:30
    Worklog Time Spent: 10m 
      Work Description: asfgit commented on pull request #507: GRIFFIN-263 Use 
independent logger for griffin
URL: https://github.com/apache/griffin/pull/507
 
 
   
 
----------------------------------------------------------------
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: 274764)
    Time Spent: 20m  (was: 10m)

> 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
>             Fix For: 0.6.0
>
>          Time Spent: 20m
>  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)

Reply via email to