Re: git daemon request logging?
From: Jeff Garzik <hidden>
Date: 2016-06-15 22:46:46
Alex Riesen wrote:
2009/5/15 Jeff Garzik [off-list ref]:quoted
Does the git daemon do any sort of request logging? Could it? I was thinking it would be nice to see the amount of pulls/clones for each git.kernel.org repository.Does this count? May 15 22:54:47 tigra git[28923]: connect from 192.168.0.8 (192.168.0.8) May 15 22:54:47 tigra git-daemon[28924]: Connection from 192.168.0.8:40845 May 15 22:54:47 tigra git-daemon[28924]: Extended attributes (11 bytes) exist <host=gate> May 15 22:54:47 tigra git-daemon[28924]: Request upload-pack for '~raa/src/git' fetch(pull)/clone are the same for daemon.
Honestly I was hoping for something more along the lines of httpd one-line request logging, as the above is a lot of data to log + parse. Jeff