Reputation: 75
From version 4 of Eclipse Kura the "setkuraloglevel" command is removed.
How do you get to change the log level at runtime now?
Upvotes: 1
Views: 129
Reputation: 136
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.
Upvotes: 1