You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by GitBox <gi...@apache.org> on 2019/07/08 11:02:06 UTC

[GitHub] [griffin] wankunde opened a new pull request #507: Loggable

wankunde opened a new pull request #507: Loggable
URL: https://github.com/apache/griffin/pull/507
 
 
   When we run DQJob,  user can only set logger level for spark execution engine. 
   ```java
     sparkSession.sparkContext.setLogLevel(sparkParam.getLogLevel)
   ```
   
   We have independent logger for griffin, which would be very helpful to debug or understand the internal of griffin. 
   ```java
   var logLevel = getGriffinLogLevel() sparkSession.sparkContext.setLogLevel(sparkParam.getLogLevel) griffinLogger.setLevel(logLevel)
   ```
    

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services