[
https://issues.apache.org/jira/browse/GRIFFIN-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
William Guo resolved GRIFFIN-263.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.6.0
Issue resolved by pull request 507
[https://github.com/apache/griffin/pull/507]
> 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)