tests: counter: kconfig: Fix debug log level enabling

COUNTER_LOG_LEVEL (defined in
subsys/logging/Kconfig.template.log_config) is derived automatically and
has no prompt. Assignments have no effect on promptless symbols.

Set COUNTER_LOG_LEVEL_DBG=y instead, which corresponds to
COUNTER_LOG_LEVEL=4.

Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-01-14 12:59:31 +01:00 committed by Anas Nashif
commit fbd3d4b907

View file

@ -2,4 +2,4 @@ CONFIG_COUNTER=y
CONFIG_BT=n CONFIG_BT=n
CONFIG_ZTEST=y CONFIG_ZTEST=y
CONFIG_LOG=y CONFIG_LOG=y
CONFIG_COUNTER_LOG_LEVEL=4 CONFIG_COUNTER_LOG_LEVEL_DBG=y