vishesh92 commented on code in PR #9330: URL: https://github.com/apache/cloudstack/pull/9330#discussion_r1663894176
########## 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: CommandWrapper already has a logger defined which conflicts with this. -- 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