Removed command prompts per feedback

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
Amy Reyes 2021-11-02 12:39:23 -07:00 committed by David Kinder
parent 1f15968f07
commit 61fa0ca132

View File

@ -42,14 +42,14 @@ steps:
.. code-block:: none .. code-block:: none
# systemctl disable acrnlog sudo systemctl disable acrnlog
2. Restart ``acrnlog``, running in the background, and specify the new 2. Restart ``acrnlog``, running in the background, and specify the new
number of log files and their size (in MB). For example: number of log files and their size (in MB). For example:
.. code-block:: none .. code-block:: none
# acrnlog -n 8 -s 4 & sudo acrnlog -n 8 -s 4 &
You can use the ``loglevel`` command in the hypervisor shell (not the Service You can use the ``loglevel`` command in the hypervisor shell (not the Service
VM shell) to query or dynamically override the hypervisor log level VM shell) to query or dynamically override the hypervisor log level
@ -90,8 +90,8 @@ and then restart the service with:
.. code-block:: none .. code-block:: none
# systemctl daemon-reload sudo systemctl daemon-reload
# systemctl restart acrnlog sudo systemctl restart acrnlog
Build and Install Build and Install
***************** *****************
@ -101,11 +101,11 @@ directory. To build and install the tool from source, run these commands:
.. code-block:: none .. code-block:: none
# make make
# make install sudo make install
and if you changed the ``acrnlog.service`` file, install it: and if you changed the ``acrnlog.service`` file, install it:
.. code-block:: none .. code-block:: none
# cp acrnlog.service /usr/lib/systemd/system/ sudo cp acrnlog.service /usr/lib/systemd/system/