diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index b40348abfc6c54e75e5e5fe50abca328b22fa454..486b8a276d0ade709a432b9f26ed22b777b12658 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -123,8 +123,13 @@ makes it available for use. The name of the user that the \fBslurmctld\fR daemon executes as. For security purposes a user other than "root" may be used. .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 -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 \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. @@ -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 is 300 seconds. .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 Fully qualified pathname of a file into which the \fBslurmd\fR daemon's logs are written. .TP @@ -400,6 +410,8 @@ SlurmctldLogFile=/var/log/slurmctld.log .br SlurmdLogFile=/var/log/slurmd.log .br +SlurmctldDebug=4 SlurmdDebug=3 +.br SlurmctldPort=7002 SlurmdPort=7003 .br SlurmctldTimeout=300 SlurmdTimeout=300