Our VXML application logs do not get purged automatically. However, once we restart the VXML service all unwanted files get purged as configured in the ActivityLogConfix.xml file. Anyone aware of any Cisco bugs?
I believe it used to work for us but we never noticed this till we started seeing low disk notifications.
Our configuration is set as follows:
</scope> | ||
<rotation> | ||
<by_hour every="1" /> | ||
</rotation> | ||
<cache> | ||
<per_call kb_limit="100" allocate="once"/> | ||
</cache> | ||
<purge> | ||
<file_age older_than="15"/> | ||
</purge> |
</configuration>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
An update for anyone who has experienced this issue.
We updated the configuration to purge logs based on file count and that appears to work.
The files get purged automatically now.
<purge> | ||
<file_count greater_than="360"/> | ||
</purge> |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.