doc: desc --with-logged-events in INSTALL

This commit is contained in:
Xavier Delaruelle
2024-04-21 17:02:32 +02:00
parent 2f817cdede
commit 99552f56ef
2 changed files with 19 additions and 0 deletions

View File

@@ -1166,3 +1166,4 @@ Besson
mogui
modulepathlist
codename
EVENTLIST

View File

@@ -1045,6 +1045,21 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):
.. versionadded:: 4.3
.. instopt:: --with-logged-events=EVENTLIST
Events to log. Accepted event names in EVENTLIST are ``all_eval``,
``req_eval`` and ``req_cmd`` (each event name in this list should be
separated by ``:``). The order of the elements in EVENTLIST does not matter.
(default=)
This installation option defines the default value of the
:mconfig:`logged_events` configuration option which cannot not be changed
after installation.
.. only:: html
.. versionadded:: 5.5
.. instopt:: --with-logger=BIN
Name or full path of default logger program to use to log information (can be
@@ -1443,6 +1458,9 @@ installation.
+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
| :mconfig:`locked_configs` | *Empty by default* | :instopt:`--with-locked-configs` | | X |
+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
| :mconfig:`logged_events` | *Empty by default* | :instopt:`--with-logged-events`, | | |
| | | :envvar:`MODULES_LOGGED_EVENTS` | | |
+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
| :mconfig:`logger` | ``logger -t modules`` | :instopt:`--with-logger`, | | |
| | | :instopt:`--with-logger-opts`, | | |
| | | :envvar:`MODULES_LOGGER` | | |