I learn about python input, so I'm trying to figure out where in the source code there is a part for formatting the string when you get this particular output: "GET /dashboard/ HTTP/1.1" 200 249176
? Also, what does 249176 mean?
I have no problems, and this question should satisfy my curiosity.
I am really looking for a formatter for this logrecord. I also do not see why this is happening (because of this, it does not come from the logging module, and this is just a print command). I was looking for the source code and could not find where this came from, and would like to have a link to the source.
This is what happens when I run my code.
September 05, 2013 - 05:38:50 Django version 1.5.1, using settings 'dapi.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C. [05/Sep/2013 05:38:57] "GET /dashboard/ HTTP/1.1" 200 249176 [05/Sep/2013 05:38:58] "GET /static/plugins/uniform/css/uniform.default.css HTTP/1.1" 304 0 [05/Sep/2013 05:38:58] "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 304 0
Trewq source share