There is a new resource variable in the LDASdiskcache.rsc
for controlling the excessive email generated when rapidly updating
directories exist on a system.
The LDASdiskcache.rsc resource variable
::IGNORE_REMOVED_DIRS_UNDER_MTPT can be set to a list
of directory names that are otherwise defined in
the ::MOUNT_PT resource variable to reduce the number
of email level log messages.
Any ::MOUNT_PT entry that is also in the
::IGNORE_REMOVED_DIRS_UNDER_MTPT list will only generate
email when a CONFLICTING DATA error occurs. Log entries
that would otherwise raise email due to REMOVED type
errors will be logged with a purple ball.
Note that it is always the case that ADDED type 'errors'
are logged with blue balls unless another type of error
occurred under the same mount point, when they are
logged as part of the real error report to facilitate
diagnostic analysis.
Example:
set ::IGNORE_REMOVED_DIRS_UNDER_MTPT [ list frames/full /samraw/extra ]