SAP GRC multiple provision issue

@Gaurav.bachhav
How could I check if “split plan” is enabled?
I have reviewed my “workflow_SAPGRC_LifeCycle_Events” and found these lines:

<Variable name="splitPlans">
        <Description>List of ProvisioningPlan that is generated from the splitPlans step if approvalSplitPoint is set.</Description>
      </Variable>

<Step action="call:splitProvisioningPlan" icon="Task" name="Split Plan" posX="618" posY="63" resultVariable="splitPlans">

<Replicator arg="plan" items="splitPlans"/>

I try to add this code:

logger.WorkflowTrace.name=sailpoint.WorkflowTrace
logger.WorkflowTrace.level=trace
logger.SAPGRCIntegrationLibrary.name=sailpoint.workflow.SAPGRCIntegrationLibrary
logger.SAPGRCIntegrationLibrary.level=trace
logger.PlanCompiler.name=sailpoint.provisioning.PlanCompiler
logger.PlanCompiler.level=trace

To my log4j.properties but I did not obtain any results.
Have I to add these instructions to a different file?