Skip to content

Commit eabf3f6

Browse files
krish2718kartben
authored andcommitted
modules: hostap: Enable error logs by default
Mandatory to debug any issues and is the norm in Zephyr. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent f3eb528 commit eabf3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ config WIFI_NM_WPA_SUPPLICANT_DEBUG_LEVEL
6767
default 3 if WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_INF # MSG_INFO
6868
default 4 if WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_WRN # MSG_WARNING
6969
default 5 if WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_ERR # MSG_ERROR
70-
default 6
70+
default 5
7171
help
7272
Minimum priority level of a debug message emitted by WPA supplicant that
7373
is compiled-in the firmware. See wpa_debug.h file of the supplicant for

0 commit comments

Comments
 (0)