Skip to content

Commit

Permalink
doc: fix whitespace issues in admin guide
Browse files Browse the repository at this point in the history
Problem: some code formatting is wonky in the admin guide because
of whitespace issues.

Fix it.
  • Loading branch information
jameshcorbett committed Apr 3, 2024
1 parent 9ecf7b2 commit cc00144
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions doc/guide/admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -666,15 +666,16 @@ components need to be configured, which is explained in the steps below.
"-e", "/usr/libexec/flux/flux-imp,run,epilog"
]
4. (optional) If log messages from the prolog or epilog are filling
up the broker logs, a list of ignore patterns may be added via
the ``[job-manager.perilog]`` ``log-ignore`` array. Each entry
in the array should be a :linux:man7:`regex`. POSIX extended
regular expression syntax is supported, e.g.:

.. code-block:: toml
[job-manager]
perilog.log-ignore = [ ".*Xauth.*", "^foo:.*debug" ]
4. (optional) If log messages from the prolog or epilog are filling
up the broker logs, a list of ignore patterns may be added via
the ``[job-manager.perilog]`` ``log-ignore`` array. Each entry
in the array should be a :linux:man7:`regex`. POSIX extended
regular expression syntax is supported, e.g.:

.. code-block:: toml
[job-manager]
perilog.log-ignore = [ ".*Xauth.*", "^foo:.*debug" ]
Note that the ``flux perilog-run`` command will additionally execute any
scripts in ``/etc/flux/system/{prolog,epilog}.d`` on rank 0 by default as
Expand Down

0 comments on commit cc00144

Please sign in to comment.