in helper/src/components/addonsTab.js [20:29]
function setContainerLogsV2(v){
// Function ensures that all the dependencies
// of the ContainerLogV2 schema is disabled.
if(v){
updateFn("containerLogsV2", v)
}else{
updateFn("containerLogsV2", v)
updateFn("containerLogsV2BasicLogs", v)
}
}