From 3fa604079947324d55df2a0aafd541e01df2a0a1 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 12 Oct 2010 03:05:56 +0000
Subject: [PATCH] Comment out SchedLog parameters from slurm.conf by default

---
 doc/html/configurator.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/html/configurator.html.in b/doc/html/configurator.html.in
index 5976c5b69ee..4e41421cff9 100644
--- a/doc/html/configurator.html.in
+++ b/doc/html/configurator.html.in
@@ -269,8 +269,8 @@ function displayfile()
    get_field("SlurmctldLogFile",document.config.slurmctld_logfile) + "<br>" +
    "SlurmdDebug=" + document.config.slurmd_debug.value + "<br>" +
    get_field("SlurmdLogFile",document.config.slurmd_logfile) + "<br>" +
-   "SlurmSchedLogFile= <br>" +
-   "SlurmSchedLogLevel= <br>" +
+   "#SlurmSchedLogFile= <br>" +
+   "#SlurmSchedLogLevel= <br>" +
    "# <br>" +
    "# <br>" +
    "# POWER SAVE SUPPORT FOR IDLE NODES (optional) <br>" +
-- 
GitLab