This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 1537fc0c7f95fb6cbbc4a5aed3599683b9b77c6f Author: Jerzy Kasenberg <[email protected]> AuthorDate: Wed Apr 3 11:20:01 2024 +0200 sys/log: Set name for DFLT_LOG DFLT_LOG has now log name specified in syscfg to keep "DEFAULT" as default module log name. Without this change name would be "DLFT" Signed-off-by: Jerzy Kasenberg <[email protected]> --- sys/log/common/syscfg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/log/common/syscfg.yml b/sys/log/common/syscfg.yml index 27f486007..0eb143954 100644 --- a/sys/log/common/syscfg.yml +++ b/sys/log/common/syscfg.yml @@ -34,4 +34,5 @@ syscfg.logs: DFLT_LOG: module: MYNEWT_VAL(DFLT_LOG_MOD) level: MYNEWT_VAL(DFLT_LOG_LVL) + name: '"DEFAULT"'
