Another option for changing JBoss logging levels without editing jboss-log4j.xml is to update the logging level using the JMX console. Changes made using the JMX console will not be persisted after restarting JBoss.
net.kyleryan.ClassName
will tell you the current logging levelnet.kyleryan.ClassName DEBUG
will change the logging level to DEBUG