|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

Yes, Weld is using JBoss Logging under the hood which redirects the log messages to the underlying logging framework (log4j, slf4j, jdk, logmanager). If you use jdk logging modify logging.properties file - adding "org.jboss.weld.level = FINE" should just work. Otherwise configure your logging framework properly.