You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/10/09 14:20:01 UTC

[GitHub] [incubator-yunikorn-core] adamantal commented on a change in pull request #211: [YUNIKORN-429] Set default logging level to INFO

adamantal commented on a change in pull request #211:
URL: https://github.com/apache/incubator-yunikorn-core/pull/211#discussion_r502429168



##########
File path: pkg/common/configs/configvalidator.go
##########
@@ -377,7 +377,7 @@ func Validate(newConfig *SchedulerConfig) error {
 			partition.Name = DefaultPartition
 		}
 		// check the queue structure
-		log.Logger().Debug("checking partition",
+		log.Logger().Info("checking partition",

Review comment:
       Remove the unnecessary log.




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