Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 681ec5c

Browse files
author
github-actions[bot]
committed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overlay-debug.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ CONFIG_LOG_MAX_LEVEL=4
1919
# Increase log buffer size to prevent logs being dropped.
2020
CONFIG_LOG_BUFFER_SIZE=2048
2121

22+
# Disable routing of printk() through the logging subsystem.
23+
# This is a workaround to ensure that long strings are printed properly.
24+
CONFIG_LOG_PRINTK=n
25+
2226
# Module debug configurations.
2327
CONFIG_APPLICATION_MODULE_LOG_LEVEL_DBG=y
2428
CONFIG_CLOUD_MODULE_LOG_LEVEL_DBG=y

0 commit comments

Comments
 (0)