.. SPDX-License-Identifier: Apache-2.0 Copyright (C) 2020-2022 OKTET Labs Ltd. All rights reserved. .. index:: pair: group; Kernel Logging .. _doxid-group__kernel__log: Kernel Logging ============== .. toctree:: :hidden: group_console_ll.rst group_serial.rst Kernel log can be obtained from two sources - either from serial console (directly or via Conserver) or from netconsole kernel module sending kernel logs via UDP to the specified address. TE can process kernel log either in Test Agent or in Logger. .. _doxid-group__kernel__log_1kernel_log_direct: Using serial console directly ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Serial console can be logged directly only in Test Agent residing on the same host as this serial console. To configure direct serial console logging, in :ref:`RCF Configuration File ` add a child **thread** tag to the **ta** tag corresponding to related Test Agent: .. ref-code-block:: cpp .. _doxid-group__kernel__log_1kernel_log_conserver: Using Conserver ~~~~~~~~~~~~~~~ If you have configured Conserver, you can tell Test Agent to use it adding the following **thread** child in its tag in :ref:`RCF Configuration File ` : .. ref-code-block:: cpp If you want to use Logger directly, the above tag should be specified in Logger :ref:`Configuration File ` instead. .. _doxid-group__kernel__log_1kernel_log_netconsole: Using Netconsole ~~~~~~~~~~~~~~~~ If kernel netconsole module is configured already then all you should do is to add in tag corresponding to Test Agent residing on the host to which netconsole sends logs in :ref:`RCF Configuration File ` the following: .. ref-code-block:: cpp If Logger resides on the host to which logs are sent, you can specify this tag in Logger :ref:`Configuration File ` instead to use Logger directly. If netconsole kernel module is not configured and you wish to configure it from Test Agent automatically, in :ref:`Configurator Configuration File ` add the following (replacing **Agt_A** with whatever you need): .. ref-code-block:: cpp value="6666:kili:6666"/> You can add more than one **netconsole** node. Note: if the default configfs directory (/sys/kernel/config) is not available, the netconsole dynamic reconfiguration will not be used, but kernel module will be reloaded with new parameters. | :ref:`Console Log Level Configuration` | :ref:`Packet Serial Parser`