juripetersen opened a new pull request, #453:
URL: https://github.com/apache/incubator-wayang/pull/453

   This proposes a functional interface to change the Loggers level with the 
`WayangContext`:
   
   ```java
   context.setLogLevel(Level.ERROR);
   ```
   
   The change provides better ergonomics and prevents having to fiddle with 
configuration files, when Context objects etc. can be created during plan 
building. Furthermore, this aligns with the API presented in other Apache 
projects like 
[Spark](https://github.com/apache/spark/blob/df5ef91f44bacf60b39bccecc049eb8cb5714b39/core/src/main/scala/org/apache/spark/SparkContext.scala#L398)
 
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to