Sunday, 15 March 2015

jersey - Meaning of each field in default Format of HTTP Request Log in DropWizard -


Access logs generated in dropdisers are some of the following formats: -

10.10.10.10 - [16 / March / 2015: 23: 59: 59 +0530] "Received /yyyy/vx.x/uri HTTP / 1.1" 200 - "-" "-" 1

field 1: - <10 p>

Field 2: - [16 / March / 2015: 23: 59: 59 +0530] (Time and date when the request came)

field 3: - "GET /yyyy/vx.x/uri HTTP / 1.1" (HTTP Rest API Method)

Field 4: - 200 (HTPH Response Code)

< P> field 5: - "-" (????)

field 6: - "(????) field 7: - 1 (????)

Is there any trend Can I explain the meaning of each field in the Shab format format? I am more curious about the last column meaning.

Thanks for the help.

This logging is actually created by JT and the extended version of

  • Optional authentication information

  • the date and time of the request

  • HTTP method, URI, and protocol for request

  • HTTP response Status code

  • Response length

  • HTTP

  • Log latency

  • There is a delay in milliseconds between the last field (which you specifically asked) at the time of the request and the creation of the log message - how long will it take to handle the server effectively.


    No comments:

    Post a Comment