diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-29 10:04:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 10:04:40 +0200 |
commit | d740e32c29e85d60312be61867065f949c377250 (patch) | |
tree | f8d4a8c1b1775e310047f476e16914b01d5767b9 /docs/debugging.rst | |
parent | 33e125f9777876f218f051a49e047c5bf1c7b2e7 (diff) | |
download | vyos-documentation-d740e32c29e85d60312be61867065f949c377250.tar.gz vyos-documentation-d740e32c29e85d60312be61867065f949c377250.zip |
debug: extend the use for vyos-debug Kernel option
Diffstat (limited to 'docs/debugging.rst')
-rw-r--r-- | docs/debugging.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/debugging.rst b/docs/debugging.rst index 6150ff60..3cf9dfb1 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -23,6 +23,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 @@ -188,4 +193,4 @@ the execution order of the scripts. .. _bootchart.conf: https://github.com/vyos/vyos-build/blob/current/data/live-build-config/includes.chroot/etc/systemd/bootchart.conf .. include:: /_include/common-references.txt -.. start_vyoslinter
\ No newline at end of file +.. start_vyoslinter |