Incorrect documentation CONFIG_LOG_STRDUP_MAX_STRING #33218
Labels
area: Logging
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
According to documentation
CONFIG_LOG_STRDUP_MAX_STRING
should default to 66 whenCONFIG_BT
is enabled, but it has no effect.https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_STRDUP_MAX_STRING.html
To Reproduce
Build a sample with the following minimal
prj.conf
Expected behavior
I expect
CONFIG_LOG_STRDUP_MAX_STRING=66
to appear inbuild\zephyr\.config
, but it is at32
instead.Impact
annoyance
Logs and console output
none
Environment (please complete the following information):
gnuarmemb
ff5b040f782297003040c1dc4fe43521bc8dc052
Additional context
none
The text was updated successfully, but these errors were encountered: