From version 4 of Eclipse Kura the "setkuraloglevel" command is removed.
How do you get to change the log level at runtime now?
Asked
Active
Viewed 83 times
1 Answers
1
The only way to do that since Kura 4 is by editing /opt/eclipse/kura/log/log4j.xml
file. You can set the logging levels from there and also define some specific packages to be logged.

marcellorinaldo
- 119
- 5
-
Ok, thanks for the confirmation. IMO, it is a pity as the previously available approach was certainly easier and faster. – dvisentin Jan 31 '22 at 08:48