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``.