[
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: [email protected]
For additional commands, e-mail: [email protected]