Uploaded image for project: 'HttpComponents HttpClient'
  1. HttpComponents HttpClient
  2. HTTPCLIENT-867

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0 Final
    • 4.1 Alpha1
    • Documentation
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            nsushkin Nicholas Sushkin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: