dvisentin
dvisentin

Reputation: 75

Change the log level at runtime in Kura OSGi console

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

Answers (1)

marcellorinaldo
marcellorinaldo

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

Related Questions