[weld-issues] [JBoss JIRA] Updated: (WELDSE-23) Disable logging out of the box

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Aug 13 07:28:51 EDT 2010


     [ https://jira.jboss.org/browse/WELDSE-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir updated WELDSE-23:
----------------------------

    Component/s: Java SE Support


> Disable logging out of the box
> ------------------------------
>
>                 Key: WELDSE-23
>                 URL: https://jira.jboss.org/browse/WELDSE-23
>             Project: Weld support for Java SE
>          Issue Type: Feature Request
>          Components: Java SE Support
>    Affects Versions: 1.0.1.Final
>            Reporter: Peter Royle
>            Assignee: Peter Royle
>            Priority: Minor
>             Fix For: 1.0.2.CR1
>
>
> The presence of SLF4J-simple within the Weld SE jar causes problems for those wanting to use a different SLF4J provider (eg: jdk14).
> This comment from Ceki points to a good solution, using SLF4J 1.6:
> Ceki Gulcu - 23/Apr/10 04:17 AM
> As of SLF4J version 1.6.0, if no binding is found on the class path, then slf4j-api will default to a no-operation implementation discarding all log requests. Thus, instead of throwing an exception, SLF4J will emit a single warning message about the absence of a binding and proceed to discard all log requests without further protest. If Weld's distribution includes slf4j-api.jar but no binding, then even in the absence of any SLF4J binding on the class path, Weld's distribution will still work out-of-the-box, and without requiring the end-user to download a binding from SLF4J's web-site. Only when the end-user wishes to enable logging will she need to install a binding. 
> The problem with this currently is that version 1.6 is still alpha, so resolution of this issue will have to wait until version 1.6 is released as stable, and becomes available in the JBoss maven repositories:

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list