ASCEND_PROCESS_LOG_PATH
Description
Sets the log flush path.
If the directory does not exist during log storage, the system automatically creates one.
- You can run the echo $ASCEND_PROCESS_LOG_PATH command to view the path set through environment variables.
- The priority for flushing logs to disks is as follows: ASCEND_PROCESS_LOG_PATH > ASCEND_WORK_PATH > Default log storage path ($HOME/ascend/log)
Example
export ASCEND_PROCESS_LOG_PATH=$HOME/log/
You can specify any directory on which you have the read and write permissions as the log flush directory.
Restrictions
This environment variable is applicable only to the Ascend EP form.
Applicability
Parent topic: Logs