summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2020-05-27 22:15:03 +0200
committerGitHub <noreply@github.com>2020-05-27 22:15:03 +0200
commit984420667878e92461acaeb52ae3c5fb72df44fb (patch)
tree61e967cb702b922a60015044f35217483fca5afb /docs
parent390740eaf0c922df7e03cb715e09daf2b5e58558 (diff)
parent9cfa34024999986f25d3763d580e082d00e48c86 (diff)
downloadvyos-documentation-984420667878e92461acaeb52ae3c5fb72df44fb.tar.gz
vyos-documentation-984420667878e92461acaeb52ae3c5fb72df44fb.zip
Merge pull request #257 from DmitriyEshenko/patch-18
Add explanation about boot-config-trace generates
Diffstat (limited to 'docs')
-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
------------------