File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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
680681scripts in ``/etc/flux/system/{prolog,epilog}.d `` on rank 0 by default as
You can’t perform that action at this time.
0 commit comments