Decision Worker processes Debug
search cancel

Decision Worker processes Debug

book

Article ID: 90084

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Decision Worker processes Debug

Environment

Release: AOATAM99000-9.0-Automic-One Automation Tools-Application Manager
Component:

Resolution

Detailed Description and Symptoms

?Issues with Event Processing and Rules Evaluation.

 


Investigation

?After Event Base has been created and deployed.


Solution

In the UC4.Decision.Worker.Modules.xml change the following entry:

<component id="LogManager">

 

 <parameters>

 

 <ThresholdLevel>WARN</ThresholdLevel>

 

 </parameters>

 

 </component>

 

 
 

 

to
 
<component id="LogManager">
 
<parameters>
<ThresholdLevel>DEBUG</ThresholdLevel>
</parameters>
 
</component>
?