Thinking about it, I'm not sure I did enough mumbo-jumbo after I made the change to standalone.xml. Eclipse doesn't seem to always get or see changes so I do a project clean as well as a server clean and hopefully it will update things. After changing standalone.xml I changed all of my existing
log.info()s to log.debug() but in the console output it was still showing them as
log.info() which I thought was odd. I assumed that wildfly was mapping my log.debugs to
log.info but now suspect that it just didn't "take".