How would the WAAE "Web Services" logs managed?
Release : All Supported Versions
Component : CA Workload Automation AE (AutoSys)
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.MN1/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.