Cisco Cisco Workload Automation 6.3 ユーザーガイド

ページ / 42
22
Logging and Troubleshooting
CWA Logging
Controlling the Logging Levels
Logging is controlled in different ways depending on the CWA component as described in these sections:
Setting the Logging Level for the Master
To set the logging level for the Master:
1.
Open the CWA Web or Java Client.
2.
Select Activities > System Configuration.
3.
Select the Logging tab.
4.
Choose the logging level from the drop down menus for each of the objects listed below. Logging levels include: 
None, Severe, Warning, Info, Low Debug, Medium Debug, or High Debug. 
Schedule Log
Client Manager Log
Agent Manager Log
Compiler Log
Job Manager Log
Event Manager Log
Queue Manager Log
Database Log
Communication Log
Setting the Logging Level for the Client Manager
To set the logging level for the Client Manager:
1.
Add the following to the bottom of the ClientManager/config/tesXXX.dsp: 
#AND clientmgr.props files 
DspLog=FINEST
CacheLog=FINER
RequestLog=FINE
RpcLog=WARNING
ClientLog=SEVERE
MaxLogFiles=1000 #allocates a gig
2.
Restart the Client Manager.