DaanHoogland commented on code in PR #9330: URL: https://github.com/apache/cloudstack/pull/9330#discussion_r1663901305
########## plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtPrepareStorageClientCommandWrapper.java: ########## @@ -31,19 +29,21 @@ import com.cloud.resource.CommandWrapper; import com.cloud.resource.ResourceWrapper; import com.cloud.utils.Ternary; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; @ResourceWrapper(handles = PrepareStorageClientCommand.class) public class LibvirtPrepareStorageClientCommandWrapper extends CommandWrapper<PrepareStorageClientCommand, Answer, LibvirtComputingResource> { - private static final Logger s_logger = Logger.getLogger(LibvirtPrepareStorageClientCommandWrapper.class); + protected Logger LOGGER = LogManager.getLogger(getClass()); Review Comment: than why create this one extra? -- 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-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org