Hi,
Is it possible to enable and Different log level from Zephyr cli using Zephyr Logging API?
i am using
I want to change or register new level using CLI.
Thanks
Hi,
Is it possible to enable and Different log level from Zephyr cli using Zephyr Logging API?
i am using
Hi Waqar, so you were able to achieve this?
Thanks for letting me know, I was certain that this wasn't going to be possible. The LOG statements in Zephyr are preprocessor macros, and reducing the log level for a module will normally ensure that the lower priority log statement don't get compiled into the image at all, so I didn't see how they could be reenabled through the Zephyr shell.
Thanks for sharing!
Best regards,
Raoul Pathak
Hi Raoul,
Thanks.
I have not a get a chance to implement in firmware. May b you are right. I will try it today.
Hi Raoul,
Thanks.
I have not a get a chance to implement in firmware. May b you are right. I will try it today.