Skip to content

Commit 0715dc3

Browse files
committed
doc: fix whitespace issues in admin guide
Problem: some code formatting is wonky in the admin guide because of whitespace issues. Fix it.
1 parent c7197f3 commit 0715dc3

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/guide/admin.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -666,15 +666,16 @@ components need to be configured, which is explained in the steps below.
666666
"-e", "/usr/libexec/flux/flux-imp,run,epilog"
667667
]
668668
669-
4. (optional) If log messages from the prolog or epilog are filling
670-
up the broker logs, a list of ignore patterns may be added via
671-
the ``[job-manager.perilog]`` ``log-ignore`` array. Each entry
672-
in the array should be a :linux:man7:`regex`. POSIX extended
673-
regular expression syntax is supported, e.g.:
674-
675-
.. code-block:: toml
676-
[job-manager]
677-
perilog.log-ignore = [ ".*Xauth.*", "^foo:.*debug" ]
669+
4. (optional) If log messages from the prolog or epilog are filling
670+
up the broker logs, a list of ignore patterns may be added via
671+
the ``[job-manager.perilog]`` ``log-ignore`` array. Each entry
672+
in the array should be a :linux:man7:`regex`. POSIX extended
673+
regular expression syntax is supported, e.g.:
674+
675+
.. code-block:: toml
676+
677+
[job-manager]
678+
perilog.log-ignore = [ ".*Xauth.*", "^foo:.*debug" ]
678679
679680
Note that the ``flux perilog-run`` command will additionally execute any
680681
scripts in ``/etc/flux/system/{prolog,epilog}.d`` on rank 0 by default as

0 commit comments

Comments
 (0)