diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-29 10:04:40 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-29 10:06:32 +0200 |
commit | ff0ed42a745dcdf01a9de837cb3d2abfa22a6387 (patch) | |
tree | 12c9bacffb4b2f248dd101ecac77d38d4e740958 | |
parent | 8dbb31024203318600fe950ad4f1e209cd31cf07 (diff) | |
download | vyos-documentation-ff0ed42a745dcdf01a9de837cb3d2abfa22a6387.tar.gz vyos-documentation-ff0ed42a745dcdf01a9de837cb3d2abfa22a6387.zip |
debug: extend the use for vyos-debug Kernel option
(cherry picked from commit d740e32c29e85d60312be61867065f949c377250)
-rw-r--r-- | docs/debugging.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/debugging.rst b/docs/debugging.rst index fec73257..5a25639d 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -29,6 +29,11 @@ Kernel an unexpected delay during manual or boot commit, this may be useful in identifying bottlenecks. The internal flag is ``VYOS_DEBUG``, and is found in vyatta-cfg_. Output is directed to ``/var/log/vyatta/cfg-stdout.log``. + + In addition this setting creates the runtime debug files for some Live system + components (see below). Those files are: ``/tmp/vyos-config-status``, + ``/tmp/vyos.container.debug``, ``/tmp/vyos.frr.debug``, + ``/tmp/vyos.ifconfig.debug``. * ``vyos-config-debug`` - During development, coding errors can lead to a commit failure on boot, possibly resulting in a failed initialization of the |