This content has been marked as final.
Show 2 replies
-
1. Re: How to add a logger from jboss-cli.sh
inspector Jun 18, 2014 8:52 AM (in response to jjakub)Hi,
this is indeed not very obvious. It should work as follows (standalone mode here):
/subsystem=logging/logger=com.foo.bar:add()
/subsystem=logging/logger=com.foo.bar:write-attribute(name=level, value=DEBUG)
/subsystem=logging/logger=com.foo.bar:add-handler(name=CONSOLE)
regards!
-
2. Re: How to add a logger from jboss-cli.sh
jamezp Jun 18, 2014 8:10 PM (in response to inspector)Could you explain what's confusing or not obvious about the operations?
--
James R. Perkins