DaanHoogland commented on a change in pull request #4003: Logging framework to use only log4j and wrapper slf4j URL: https://github.com/apache/cloudstack/pull/4003#discussion_r401884908
########## File path: utils/src/test/java/com/cloud/utils/backoff/impl/ConstantTimeBackoffTest.java ########## @@ -21,13 +21,12 @@ import java.util.HashMap; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; +import org.apache.log4j.Logger; import org.junit.Assert; import org.junit.Test; public class ConstantTimeBackoffTest { - final static private Log LOG = LogFactory.getLog(ConstantTimeBackoffTest.class); + private static final Logger s_logger = Logger.getLogger(ConstantTimeBackoffTest.class.getName()); 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: us...@infra.apache.org With regards, Apache Git Services