DaanHoogland commented on a change in pull request #4003: Logging framework to use only log4j URL: https://github.com/apache/cloudstack/pull/4003#discussion_r405309615
########## File path: framework/managed-context/src/main/java/org/apache/cloudstack/managed/context/impl/DefaultManagedContext.java ########## @@ -33,7 +32,7 @@ public class DefaultManagedContext implements ManagedContext { - private static final Logger log = LoggerFactory.getLogger(DefaultManagedContext.class); + private static final Logger log = Logger.getLogger(DefaultManagedContext.class); Review comment: again, next iteration: private static final Logger **_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: us...@infra.apache.org With regards, Apache Git Services