yangwwei opened a new pull request #95: [YUNIKORN-25] Logging improvements URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/95 This PR does 1) Remove unnecessary logs. Such as when predicate fails, we have pushed the info to the event system, we don't need to print the logging again and again. We would see some aggregated message like: ``` Warning FailedScheduling 2m53s (x24 over 2m53s) yunikorn [Predicate NodeUnknownCondition failed] ``` 2) moving some of INFO level to DEBUG 3) Fix format of the event messages pushed to K8s. 4) Added a callback that handles the logging whenever the state changes for app/task
---------------------------------------------------------------- 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
