diff --git a/.hunspell.en.dic b/.hunspell.en.dic index aceee039..22a61cbf 100644 --- a/.hunspell.en.dic +++ b/.hunspell.en.dic @@ -1166,3 +1166,4 @@ Besson mogui modulepathlist codename +EVENTLIST diff --git a/INSTALL.rst b/INSTALL.rst index e0700595..88e35de3 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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` | | |