Turning Off traceoptions
traceoptions
is very resource-intensive. We recommend
you turn off traceoptions
when you are finished to avoid
any performance impact. There are two ways to turn off traceoptions
.
The first way is to use the deactivate
command. This
is a good option if you need to activate the trace in the future.
Use the activate
command to start capturing again.
user@host# deactive services advanced-anti-malware traceoptions user@host# commit
The second way is to remove traceoptions
from the
configuration file using the delete
command.
user@host# delete services advanced-anti-malware traceoptions user@host# commit
You can remove the traceoptions
log file with the file delete filename
CLI command or clear
the contents of the file with the clear log filename
CLI command.