doc: Adapt documentation to change of acrnlog log path

Tracked-On: #6688
Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
Helmut Buchsbaum 2022-05-05 08:39:52 +02:00 committed by acrnsi-robot
parent 549d9004e9
commit f5c63dd5ff
2 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -193,7 +193,7 @@ Example:
<trigger id="2" enable="true">
<name>t_acrnlog_last</name>
<type>file</type>
<path>/tmp/acrnlog/acrnlog_last.[*]</path>
<path>/var/log/acrnlog/acrnlog_last.[*]</path>
</trigger>
* ``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``.