deleteHMLog
perf.hm deleteHMLog cyclic {"always" | "never" | "ask"}
Description
Specifies whether to delete the log files created by Health Monitor after exiting the current Virtuoso Studio session.
-
always: Deletes the Health Monitor log files. This is the default. -
never: Retains the log files for debugging, consuming disk space. -
ask: Prompts to confirm the deletion of the Health Monitor log files.
GUI Equivalent
Examples
envGetVal("perf.hm" "deleteHMLog")
envSetVal("perf.hm" "deleteHMLog" 'cyclic "never")
Related Topics
Health Monitor (Advanced) Form
Return to top