Hey I’ve configured my JavaSE web app to bridge JUL events to slf4j, which works successfully for MyFaces (which also uses JUL).
I’m not having any luck with the deltaspike logging though. I’ve followed the guides at http://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html and http://www.slf4j.org/legacy.html Does Deltaspike do anything special in terms of logging config? Thanks
