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: [email protected] With regards, Apache Git Services
