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/05 23:29:56 UTC

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

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



##########
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:
       Do we need to include this in the INFO level, this line of log is not very informative won't be very much useful.




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