You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/11/28 17:12:05 UTC

[GitHub] [cloudstack] GutoVeronezi commented on a diff in pull request #6890: Add and improve logs in ACS bootstrap process

GutoVeronezi commented on code in PR #6890:
URL: https://github.com/apache/cloudstack/pull/6890#discussion_r1033815950


##########
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/model/impl/DefaultModuleDefinitionSet.java:
##########
@@ -117,10 +118,14 @@ protected void loadContexts() {
             @Override
             public void with(ModuleDefinition def, Stack<ModuleDefinition> parents) {
                 try {
+                    log.debug(String.format("Trying to obtain module [%s] context.", def.getName()));

Review Comment:
   These `def.getName()` could be extracted to a variable.



-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org