Change logging level using CLI command in JBoss EAP 6 / jBoss Portal 6.1
We can change the logging level of a package in jBoss EAP 6 or jBoss Portal 6.1 without restarting the server using the CLI command.
Go to $JBOSS_HOME/bin
Run the following command -
./jboss-cli.sh --connect controller=localhost:9999
Note : If you'r...
sachinhandiekar.com1 min read