QUESTION:
When CCS is installed the Event Managment piece writes all events from the Application Logs to the WVEM/LOGS dir
with a default value of all days. This can often fill the disk
ENVIRONMENT:
Windows
ANSWER:
You can control the number of days/logs retained by the commnd
CAUTENV SETLOCAL SETLOCAL CA_OPR_RETAIN_LOGS 30
30 or any value of days you wish to retain
you must then re-cycle OPR
UNICNTRL STOP OPR
UNICNTRL START OPR