mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
doc: desc --with-logged-events in INSTALL
This commit is contained in:
@@ -1166,3 +1166,4 @@ Besson
|
||||
mogui
|
||||
modulepathlist
|
||||
codename
|
||||
EVENTLIST
|
||||
|
||||
18
INSTALL.rst
18
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` | | |
|
||||
|
||||
Reference in New Issue
Block a user