cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
1
Helpful
1
Replies

VXML Application activity logs do not get purged automatically

serotonin01
Level 1
Level 1

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>

1 Reply 1

serotonin01
Level 1
Level 1

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>
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: