summaryrefslogtreecommitdiff
path: root/docs/contributing/development.rst
diff options
context:
space:
mode:
authorEshenko Dmitriy <dmitriy.eshenko@vyos.io>2020-05-25 21:36:22 +0300
committerGitHub <noreply@github.com>2020-05-25 21:36:22 +0300
commit9cfa34024999986f25d3763d580e082d00e48c86 (patch)
tree888c564578320bb7614632d7e9826cfe9132a8cc /docs/contributing/development.rst
parentc8376654ade40901523aa672362c59b1628b66be (diff)
downloadvyos-documentation-9cfa34024999986f25d3763d580e082d00e48c86.tar.gz
vyos-documentation-9cfa34024999986f25d3763d580e082d00e48c86.zip
Add explanation about boot-config-trace generates
Diffstat (limited to 'docs/contributing/development.rst')
-rw-r--r--docs/contributing/development.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst
index 93168366..4a181499 100644
--- a/docs/contributing/development.rst
+++ b/docs/contributing/development.rst
@@ -694,6 +694,7 @@ Kernel boot parameters
CLI. In this circumstance, the kernel boot parameter ``vyos-config-debug``
will ensure access to the system as user ``vyos``, and will log a Python
stack trace to the file ``/tmp/boot-config-trace``.
+ File ``boot-config-trace`` will generate only if config loaded with a failure status.
Debugging features
------------------