diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-06 17:35:00 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-06 17:35:00 +0100 |
commit | 54b4501f79a199993c440a9dcb1ebc7ad8d7036b (patch) | |
tree | 11f652db1bc076f1f2d18a442179bb6724fd5637 /docs/contributing | |
parent | 2f58753cdfee3c54a64f75a7b3c152935beb5f6f (diff) | |
download | vyos-documentation-54b4501f79a199993c440a9dcb1ebc7ad8d7036b.tar.gz vyos-documentation-54b4501f79a199993c440a9dcb1ebc7ad8d7036b.zip |
debugging: add info about vyos-configd
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/debugging.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/contributing/debugging.rst b/docs/contributing/debugging.rst index ac2e0510..40633535 100644 --- a/docs/contributing/debugging.rst +++ b/docs/contributing/debugging.rst @@ -51,7 +51,7 @@ interface debugging. It is also possible to set up the debugging using environment variables. 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``. * ``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 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 ------------------------ |