diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-29 10:06:08 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-29 10:06:10 +0200 |
commit | c553470b40e2c9636b6fe0e0a63f98b27a75db35 (patch) | |
tree | 027213fed1d8c42f8c0e5583dd7b62d8ba4785f4 /docs/debugging.rst | |
parent | d740e32c29e85d60312be61867065f949c377250 (diff) | |
download | vyos-documentation-c553470b40e2c9636b6fe0e0a63f98b27a75db35.tar.gz vyos-documentation-c553470b40e2c9636b6fe0e0a63f98b27a75db35.zip |
debugging: remove reference to /tmp/vyos.container.debug
Containers are yet not available in VyOS 1.3.
Diffstat (limited to 'docs/debugging.rst')
-rw-r--r-- | docs/debugging.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/debugging.rst b/docs/debugging.rst index 3cf9dfb1..577509cd 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -23,11 +23,10 @@ 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``. + ``/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 |