Skip to content
Snippets Groups Projects
Commit b9ee4fcf authored by Moe Jette's avatar Moe Jette
Browse files

Define SlurmctldDebug and SlurmdDebug to set logging level.

parent 10f8bfb3
No related branches found
No related tags found
No related merge requests found
...@@ -123,8 +123,13 @@ makes it available for use. ...@@ -123,8 +123,13 @@ makes it available for use.
The name of the user that the \fBslurmctld\fR daemon executes as. For security The name of the user that the \fBslurmctld\fR daemon executes as. For security
purposes a user other than "root" may be used. purposes a user other than "root" may be used.
.TP .TP
\fBSlurmctldDebug\fR
The level of detail to provide \fBslurmctld\fR daemon's logs. Specify a
value between 0 and 7 with larger numbers indicating greater detail. The
default value is 3.
.TP
\fBSlurmctldLogFile\fR \fBSlurmctldLogFile\fR
Fully qualified pathname of a file into which the \fBslurmctld\fR daemon's logs are written. Fully qualified pathname of a file into which the \fBslurmctld\fR daemon's logs are written.
.TP .TP
\fBSlurmctldPidFile\fR \fBSlurmctldPidFile\fR
Fully qualified pathname of a file into which the \fBslurmctld\fR daemon may write its process id. This may be used for automated signal processing. Fully qualified pathname of a file into which the \fBslurmctld\fR daemon may write its process id. This may be used for automated signal processing.
...@@ -139,6 +144,11 @@ The interval, in seconds, that the backup controller waits for the ...@@ -139,6 +144,11 @@ The interval, in seconds, that the backup controller waits for the
primary controller to respond before assuming control. The default value primary controller to respond before assuming control. The default value
is 300 seconds. is 300 seconds.
.TP .TP
\fBSlurmdDebug\fR
The level of detail to provide \fBslurmd\fR daemon's logs. Specify a
value between 0 and 7 with larger numbers indicating greater detail. The
default value is 3.
.TP
\fBSlurmdLogFile\fR \fBSlurmdLogFile\fR
Fully qualified pathname of a file into which the \fBslurmd\fR daemon's logs are written. Fully qualified pathname of a file into which the \fBslurmd\fR daemon's logs are written.
.TP .TP
...@@ -400,6 +410,8 @@ SlurmctldLogFile=/var/log/slurmctld.log ...@@ -400,6 +410,8 @@ SlurmctldLogFile=/var/log/slurmctld.log
.br .br
SlurmdLogFile=/var/log/slurmd.log SlurmdLogFile=/var/log/slurmd.log
.br .br
SlurmctldDebug=4 SlurmdDebug=3
.br
SlurmctldPort=7002 SlurmdPort=7003 SlurmctldPort=7002 SlurmdPort=7003
.br .br
SlurmctldTimeout=300 SlurmdTimeout=300 SlurmctldTimeout=300 SlurmdTimeout=300
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment