We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11ed198
NCS v2.5.2
Aludel Elixir Rev B
macOS Sonoma 14.4
Setting CONFIG_GOLIOTH_LOG_LEVEL_* doesn't affect log messages generated by the golioth_coap_client_zephyr module (coap_client_zephyr.c).
CONFIG_GOLIOTH_LOG_LEVEL_*
golioth_coap_client_zephyr
coap_client_zephyr.c
For example, if I set CONFIG_GOLIOTH_LOG_LEVEL_ERR=y in prj.conf, I still see the following log messages in the console:
CONFIG_GOLIOTH_LOG_LEVEL_ERR=y
prj.conf
[00:07:45.026,641] <wrn> golioth_coap_client_zephyr: Receive timeout [00:07:45.028,228] <err> golioth_coap_client_zephyr: Failed to receive: -128 [00:07:45.028,686] <inf> golioth_coap_client_zephyr: Ending session [00:07:48.565,612] <inf> golioth_coap_client_zephyr: Golioth CoAP client connected [00:07:48.566,406] <inf> golioth_coap_client_zephyr: Entering CoAP I/O loop
I expected that CONFIG_GOLIOTH_LOG_LEVEL_* would set the log level for all log messages generated by the Golioth SDK.
No response
The text was updated successfully, but these errors were encountered:
Resolved by #612
Sorry, something went wrong.
No branches or pull requests
Golioth Firmware SDK Commit Hash
11ed198
Platform/OS
NCS v2.5.2
Hardware Target
Aludel Elixir Rev B
What host OS are you using?
macOS Sonoma 14.4
Current Behavior
Setting
CONFIG_GOLIOTH_LOG_LEVEL_*
doesn't affect log messages generated by thegolioth_coap_client_zephyr
module (coap_client_zephyr.c
).For example, if I set
CONFIG_GOLIOTH_LOG_LEVEL_ERR=y
inprj.conf
, I still see the following log messages in the console:Expected Behavior
I expected that
CONFIG_GOLIOTH_LOG_LEVEL_*
would set the log level for all log messages generated by the Golioth SDK.Steps To Reproduce
CONFIG_GOLIOTH_LOG_LEVEL_ERR=y
inprj.conf
golioth_coap_client_zephyr
moduleLogs, console output, or any kind of debug information
No response
The text was updated successfully, but these errors were encountered: