logDir
perf logDir string"check_log_file_path"
Description
Specifies the path to the Health Monitor log file. The default is "", which means that the default path ./.cadence/perf is used.
GUI Equivalent
Examples
envGetVal("perf" "logDir")
envSetVal("perf" "logDir" 'string "~/perfDiagLog")
Related Topics
Return to top