Lines Matching refs:acrnlog
9 ``acrnlog`` is a userland tool used to capture an ACRN hypervisor log. It runs
15 Log files are saved in ``/var/log/acrnlog/``, so the log files would be lost
21 The ``acrnlog`` tool is launched as a service at boot, and limited to
28 -t specify a polling interval (ms). Once buffer is empty, acrnlog stops
41 1. Stop the ``acrnlog`` service:
45 sudo systemctl disable acrnlog
47 2. Restart ``acrnlog``, running in the background, and specify the new
52 sudo acrnlog -n 8 -s 4 &
64 ``acrnlog``, while the ``console_loglevel`` parameter controls the log
81 editing ``/usr/lib/systemd/system/acrnlog.service`` and use the ``-n``
83 For example, ``acrnlog.service`` could have these parameters added:
87 ExecStart=/usr/bin/acrnlog -n 8 -s 4
94 sudo systemctl restart acrnlog
99 Source code for the ``acrnlog`` tool is in the ``misc/debug_tools/acrn_log``
107 and if you changed the ``acrnlog.service`` file, install it:
111 sudo cp acrnlog.service /usr/lib/systemd/system/