iRail / The-DataTank

DEPRECATED - new repo at http://github.com/tdt/core
http://thedatatank.com
26 stars 9 forks source link

RequestLogger - Log HTTP Request method (RFC) #86

Closed coreation closed 12 years ago

coreation commented 12 years ago

Currently we don't log requests when something is done other than GET. This is probably due to the first purpose of requestlogger....which is just logging requests ( GET ) But maybe we should have a similar structure ( or tweak the current one ) that registers what request method was passed. This will allow us to keep a narrow track of every request that is being done to the TDT.

coreation commented 12 years ago

Note to self: This will have influences on the Stats-resource build on the back-end used by Requestlogger (prolly needs a group by GET or something if the change is put through)