[weld-issues] [JBoss JIRA] Commented: (WELD-938) Remove log4j.xml from weld-se-core

Ondrej Zizka (JIRA) jira-events at lists.jboss.org
Sun Jul 10 12:38:23 EDT 2011


    [ https://issues.jboss.org/browse/WELD-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613295#comment-12613295 ] 

Ondrej Zizka commented on WELD-938:
-----------------------------------

Until then:
{code}
find ~/.m2/repository/org/jboss/weld/se/weld-se-core \
    -type f -iname '*.jar' \
    -exec zip -d '{}' META-INF/JBOSSCOD.{SF,RSA} \;
{code}


> Remove log4j.xml from weld-se-core
> ----------------------------------
>
>                 Key: WELD-938
>                 URL: https://issues.jboss.org/browse/WELD-938
>             Project: Weld
>          Issue Type: Bug
>            Reporter: Ondrej Zizka
>
> log4j.xml in weld-se-core-1.1.1.Final.jar overrides other (user's) log4j configuration in log4j.properties.
> User needs either configure log4j programatically or remove it from the jar manually.
> Could it be removed from this jar?
> Or if someone really wishes to have some default logging config, there could be an optional dependency on an artifact with this file (+ slf4j-log4j12 and log4j dependencies).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list