Is it possible to change the logging level (ERROR->INFO or DEBUG) in JBoss with out shutdown the server ?
-arun
-
Change JBoss logging Level dynamically. (1 messages)
- Posted by: Arun Nair
- Posted on: September 22 2004 10:23 EDT
Threaded Messages (1)
- Change JBoss logging Level dynamically. by David Stoleson on September 28 2004 14:29 EDT
-
Change JBoss logging Level dynamically.[ Go to top ]
- Posted by: David Stoleson
- Posted on: September 28 2004 14:29 EDT
- in response to Arun Nair
Yes.
Changes the log4j.xml file will be picked up dynamically. The default refresh period is 60 seconds.
You can look at the Log4jService MBean for more info.
-dave