Regarding setting log level to Radio in RCP #12006
Chandra-s11
started this conversation in
General
Replies: 1 comment
-
The
No, this is not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have checked https://openthread.io/reference/cli/commands
In RCP, I understand that we can give Cli commands to Host, Host will then communicate spinel commands to Radio.
In Radio I want to disable logging during Runtime. Have enabled OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE and know that SPINEL_PROP_DEBUG_NCP_LOG_LEVEL shall be used to change the log level.
Which Cli command shall be given to change log level in Radio? Have tried below sequence, but Radio didnt receive SPINEL_PROP_DEBUG_NCP_LOG_LEVEL command from Host
dataset init new
dataset channel 15
dataset panid 0xface
dataset extpanid 0102030405060708
dataset networkname OpenThreadDemo
dataset networkkey 450d9b964744aa12a1e8dd259c5cd136
log level 1
dataset commit active
ifconfig up
thread start
Is it possible to set log level to Radio through Cli? Can someone please help here?
Beta Was this translation helpful? Give feedback.
All reactions