From ee190f49c2319f2e48aa0da5a28fb53a4040400a Mon Sep 17 00:00:00 2001 From: Jonathan Rico Date: Tue, 12 Jul 2022 13:47:05 +0200 Subject: [PATCH] Shell: bluetooth: don't refer to commit message text One sometimes forgets files can be distributed outside of git.. Added a concise usage example of the command above the config. Signed-off-by: Jonathan Rico --- tests/bluetooth/shell/prj.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/bluetooth/shell/prj.conf b/tests/bluetooth/shell/prj.conf index 58d31802a4a..b592c3336e6 100644 --- a/tests/bluetooth/shell/prj.conf +++ b/tests/bluetooth/shell/prj.conf @@ -53,5 +53,11 @@ CONFIG_BT_ISO_SYNC_RECEIVER=y CONFIG_BT_ISO_CENTRAL=y CONFIG_BT_ISO_PERIPHERAL=y -# See commit message for usage +# Usage: +# `kernel log-level modulename severity` +# e.g., +# +# kernel log-level bt_hci_core 0 +# kernel log-level bt_l2cap 2 +# kernel log-level bt_att 4 CONFIG_LOG_RUNTIME_FILTERING=y