Example Settings For Central Logger Instance

This section lists the sample settings for the Central Logger instance in the ASG_HOME/bin/asg_cl.cdd (XML) file.

You can use these sample settings as a reference to set the values for max-active and priority by editing the ASG_HOME/bin/asg_cl.cdd (XML) file in a text editor:

<inference-agent-class id="BusinessEvents_Archive">
    ..... .....
    <load>
        <max-active>1</max-active>
    </load>
    <processing-unit id="asg-cl">
        <agents>
            <agent>
                <ref>BusinessEvents_Archive</ref>
                <key/>
                <priority>5</priority>
            </agent>
        </agents>

Save the changes to the file.