From f5c63dd5ff11990c32f26e0cd164be862be01232 Mon Sep 17 00:00:00 2001 From: Helmut Buchsbaum Date: Thu, 5 May 2022 08:39:52 +0200 Subject: [PATCH] doc: Adapt documentation to change of acrnlog log path Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum --- doc/tutorials/debug.rst | 2 +- misc/debug_tools/acrn_crashlog/acrnprobe/conf.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/tutorials/debug.rst b/doc/tutorials/debug.rst index b010e4991..7b594ecca 100644 --- a/doc/tutorials/debug.rst +++ b/doc/tutorials/debug.rst @@ -112,7 +112,7 @@ Then we use the command, on the ACRN console:: to switch to the Service VM console. Then we use the command:: - cat /tmp/acrnlog/acrnlog_cur.0 + cat /var/log/acrnlog/acrnlog_cur.0 and we will see the following log: diff --git a/misc/debug_tools/acrn_crashlog/acrnprobe/conf.rst b/misc/debug_tools/acrn_crashlog/acrnprobe/conf.rst index 393797618..5c18fe79c 100644 --- a/misc/debug_tools/acrn_crashlog/acrnprobe/conf.rst +++ b/misc/debug_tools/acrn_crashlog/acrnprobe/conf.rst @@ -193,7 +193,7 @@ Example: t_acrnlog_last file - /tmp/acrnlog/acrnlog_last.[*] + /var/log/acrnlog/acrnlog_last.[*] * ``name``: @@ -232,9 +232,9 @@ Example: If there are 4 files under ``/tmp``: ``acrnlog_last.1`` ``acrnlog_last.2`` ``acrnlog_last.3`` ``other.txt`` - + ``/tmp/acrnlog_last.[-1]`` indicates ``acrnlog_last.3``. - + ``/tmp/acrnlog_last.[0]`` indicates ``acrnlog_last.1``. - + ``/tmp/acrnlog_last.[*]`` indicates the file set including + + ``/var/log/acrnlog/acrnlog_last.[-1]`` indicates ``acrnlog_last.3``. + + ``/var/log/acrnlog/acrnlog_last.[0]`` indicates ``acrnlog_last.1``. + + ``/var/log/acrnlog/acrnlog_last.[*]`` indicates the file set including ``acrnlog_last.1``, ``acrnlog_last.2`` and ``acrnlog_last.3``.