debugging: add info about vyos-configd

This commit is contained in:
Christian Poessinger 2020-12-06 17:35:00 +01:00
parent 2f58753cdf
commit 54b4501f79

View File

@ -51,7 +51,7 @@ interface debugging.
It is also possible to set up the debugging using environment variables. It is also possible to set up the debugging using environment variables.
In that case, the name will be (in uppercase) VYOS_FEATURE_DEBUG. In that case, the name will be (in uppercase) VYOS_FEATURE_DEBUG.
For example running, ``export VYOS_IFCONFIG_DEBUG=""`` on your vash, For example running, ``export VYOS_IFCONFIG_DEBUG=""`` on your vbash,
will have the same effect as ``touch /tmp/vyos.ifconfig.debug``. will have the same effect as ``touch /tmp/vyos.ifconfig.debug``.
* ``ifconfig`` - Once set, all commands used, and their responses received * ``ifconfig`` - Once set, all commands used, and their responses received
@ -71,6 +71,11 @@ will have the same effect as ``touch /tmp/vyos.ifconfig.debug``.
including during boot. This option sends all commands used by VyOS to a including during boot. This option sends all commands used by VyOS to a
file. The default file is ``/tmp/full-log`` but it can be changed. file. The default file is ``/tmp/full-log`` but it can be changed.
.. note:: In order to retrieve the debug output on the command-line you need to
disable ``vyos-configd`` in addition. This can be run either one-time by calling
``sudo systemctl stop vyos-configd`` or make this reboot-safe by calling
``sudo systemctl disable vyos-configd``.
Config Migration Scripts Config Migration Scripts
------------------------ ------------------------