DaanHoogland commented on a change in pull request #4003: Logging framework to
use only log4j
URL: https://github.com/apache/cloudstack/pull/4003#discussion_r405309875
##########
File path:
framework/spring/lifecycle/src/main/java/org/apache/cloudstack/spring/lifecycle/CloudStackExtendedLifeCycle.java
##########
@@ -40,7 +39,7 @@
public class CloudStackExtendedLifeCycle extends AbstractBeanCollector {
- private static final Logger log =
LoggerFactory.getLogger(CloudStackExtendedLifeCycle.class);
+ private static final Logger log =
Logger.getLogger(CloudStackExtendedLifeCycle.class);
Review comment:
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:
[email protected]
With regards,
Apache Git Services