Skip to content

Commit fedd791

Browse files
committed
remove log level setting for Golioth Firmware SDK
Remove log level setting which limited logs to ERR only. This was a workaround that is no longer needed and is preventing useful logs like OTA manifest and block download logs. Signed-off-by: Mike Szczys <[email protected]>
1 parent ee4f634 commit fedd791

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

prj.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ CONFIG_GOLIOTH_RPC=y
1212
CONFIG_GOLIOTH_SETTINGS=y
1313
CONFIG_GOLIOTH_STREAM=y
1414

15-
# Prevent a "loop of doom" issue on marginal/flaky LTE connections causing
16-
# repeated "Resending request" warning log messages to be sent.
17-
CONFIG_GOLIOTH_LOG_LEVEL_ERR=y
18-
1915
# Enable common sample library
2016
CONFIG_GOLIOTH_SAMPLE_COMMON=y
2117

0 commit comments

Comments
 (0)