We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7343b7 commit f161145Copy full SHA for f161145
1 file changed
community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/files/setup_external.sh
@@ -58,7 +58,7 @@ if [[ -r ${SLURM_MUX_CONF} ]]; then
58
fi
59
60
# Setup logging if configured and directory exists
61
-LOGFILE="/var/log/slurm/prolog-epilog.log"
+LOGFILE="/dev/null"
62
if [[ -d ${DEBUG_SLURM_MUX_LOG_DIR} && ${DEBUG_SLURM_MUX_ENABLE_LOG} == "yes" ]]; then
63
LOGFILE="${DEBUG_SLURM_MUX_LOG_DIR}/${CMD}-${SLURM_SCRIPT_CONTEXT}-job-${SLURMD_NODENAME}.log"
64
exec >>${LOGFILE} 2>&1
0 commit comments