Does the WAAE Web Server Logs Archived?
search cancel

Does the WAAE Web Server Logs Archived?

book

Article ID: 200346

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - System Agent (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent Autosys Workload Automation

Issue/Introduction

How would the WAAE "Web Services" logs managed?

Environment

Release : All Supported Versions

Component : CA Workload Automation AE (AutoSys)

Resolution

The logging is set in the $AUTOUSER/log4j.xml file

<appender name="LOG" class="org.apache.log4j.RollingFileAppender">
     <param name="File" value="/opt/CA/WorkloadAutomationAE/autouser.XXX/out/waae_webservices.log" />
     <param name="Append" value="true" />
     <param name="MaxFileSize" value="5MB" />
     <param name="MaxBackupIndex" value="7" />

Any changes in the file would need restart of services.