You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Nicholas Sushkin (JIRA)" <ji...@apache.org> on 2009/08/19 22:40:14 UTC

[jira] Created: (HTTPCLIENT-867) Logging documentation refers to nonexisting level ERROR in java.util.logging section

Logging documentation refers to nonexisting level ERROR in java.util.logging section
------------------------------------------------------------------------------------

                 Key: HTTPCLIENT-867
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-867
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 4.0 Final
            Reporter: Nicholas Sushkin


Page "Logging Practices"  Section "java.util.logging Examples" 
(http://hc.apache.org/httpcomponents-client/logging.html) 
says:
"org.apache.http.level = FINEST
org.apache.http.wire.level = ERROR"

However, there is no such thing as java.util.logging.Level.ERROR

Did you mean SEVERE as in
Logger.getLogger("org.apache.http.wire").setLevel(Level.SEVERE);

Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Commented: (HTTPCLIENT-867) Logging documentation refers to nonexisting level ERROR in java.util.logging section

Posted by "Nicholas Sushkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745580#action_12745580 ] 

Nicholas Sushkin commented on HTTPCLIENT-867:
---------------------------------------------

Patch to issue HTTPCLIENT-868 also fixes this issue.

> Logging documentation refers to nonexisting level ERROR in java.util.logging section
> ------------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-867
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-867
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 4.0 Final
>            Reporter: Nicholas Sushkin
>             Fix For: 4.0.1, 4.1.0
>
>
> Page "Logging Practices"  Section "java.util.logging Examples" 
> (http://hc.apache.org/httpcomponents-client/logging.html) 
> says:
> "org.apache.http.level = FINEST
> org.apache.http.wire.level = ERROR"
> However, there is no such thing as java.util.logging.Level.ERROR
> Did you mean SEVERE as in
> Logger.getLogger("org.apache.http.wire").setLevel(Level.SEVERE);
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Updated: (HTTPCLIENT-867) Logging documentation refers to nonexisting level ERROR in java.util.logging section

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski updated HTTPCLIENT-867:
-----------------------------------------

    Fix Version/s: 4.1.0
                   4.0.1

> Logging documentation refers to nonexisting level ERROR in java.util.logging section
> ------------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-867
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-867
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 4.0 Final
>            Reporter: Nicholas Sushkin
>             Fix For: 4.0.1, 4.1.0
>
>
> Page "Logging Practices"  Section "java.util.logging Examples" 
> (http://hc.apache.org/httpcomponents-client/logging.html) 
> says:
> "org.apache.http.level = FINEST
> org.apache.http.wire.level = ERROR"
> However, there is no such thing as java.util.logging.Level.ERROR
> Did you mean SEVERE as in
> Logger.getLogger("org.apache.http.wire").setLevel(Level.SEVERE);
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Resolved: (HTTPCLIENT-867) Logging documentation refers to nonexisting level ERROR in java.util.logging section

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-867.
------------------------------------------

    Resolution: Fixed

Fixed in trunk.

Oleg

> Logging documentation refers to nonexisting level ERROR in java.util.logging section
> ------------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-867
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-867
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 4.0 Final
>            Reporter: Nicholas Sushkin
>             Fix For: 4.0.1, 4.1.0
>
>
> Page "Logging Practices"  Section "java.util.logging Examples" 
> (http://hc.apache.org/httpcomponents-client/logging.html) 
> says:
> "org.apache.http.level = FINEST
> org.apache.http.wire.level = ERROR"
> However, there is no such thing as java.util.logging.Level.ERROR
> Did you mean SEVERE as in
> Logger.getLogger("org.apache.http.wire").setLevel(Level.SEVERE);
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org