Skip to content
Advertisement

Change log level in jboss 7.1 without restarting the server using web consle interface

I want to change log level in standalone.xml using web console interface in jboss 7.1.1 without stopping the server.Same thing,I am able to do using CLI commonds as follows:

JavaScript

My logging subsystem in standalone.xml is as follows:

JavaScript

Please suggest !

Advertisement

Answer

Try with following steps:

  1. Enter to web console (http://<host>:9990)
  2. Select Profile
  3. Select Core/Logging
  4. Select Tab Handler
  5. Edit and change the log level

See image below.

enter image description here

Advertisement