configs: sandbox_defconfig: CONFIG_LOG_MAX_LEVEL=9
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 11 Jul 2022 06:21:32 +0000 (08:21 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2022 08:30:56 +0000 (02:30 -0600)
commit9396116d2d1d6d87a8d96f2c4b50ae1019d6cdf0
treee77a452080b612921dc7e3f856736f8f2a181a31
parent7a6f5a4ea119441cb114b4239862f042501a6e5e
configs: sandbox_defconfig: CONFIG_LOG_MAX_LEVEL=9

Without setting CONFIG_LOG_MAX_LEVEL to a value above 6 we will not detect
NULL dereferences and other errors in log_debug() calls.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig