mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-06 15:36:59 +00:00
Documentation: small addition to the 'acrnlog' tool documentation
Make it clear that some commands mentionned in the 'acrnlog' tool documentation are meant to be run in the hypervisor shell and *not* the Service OS shell (as are the other commands throughout the rest of that document). Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
8838c94d5b
commit
11f4b014cb
@ -42,12 +42,14 @@ steps:
|
|||||||
|
|
||||||
# acrnlog -n 8 -s 4 &
|
# acrnlog -n 8 -s 4 &
|
||||||
|
|
||||||
You can use ``get_loglevel`` and ``set_loglevel`` to query and change
|
You can use ``get_loglevel`` and ``set_loglevel`` commands
|
||||||
the hypervisor loglevel.
|
in the hypervisor shell (not the Service OS shell)
|
||||||
|
to query and change the hypervisor log level.
|
||||||
|
|
||||||
The ``mem_loglevel`` command controls the log to be saved using
|
The ``mem_loglevel`` parameter controls the log to be saved using
|
||||||
``acrnlog``, while the ``console_loglevel`` command controls the log
|
``acrnlog``, while the ``console_loglevel`` parameter controls the log
|
||||||
output to the console. For example:
|
output to the console. For example, in the hypervisor shell you
|
||||||
|
can use these commands:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
@ -57,6 +59,7 @@ output to the console. For example:
|
|||||||
ACRN:\>get_loglevel
|
ACRN:\>get_loglevel
|
||||||
console_loglevel: 2, mem_loglevel: 5
|
console_loglevel: 2, mem_loglevel: 5
|
||||||
|
|
||||||
|
|
||||||
Permanent log file changes
|
Permanent log file changes
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user