On Aug 22, 3:27 pm, paulino <[email protected]> wrote: > Hi, > I need to log client-specific information in the log (e.g. remote > client’s username, or IP address)
I needed the same information, and my hosting provider was able to give this to me in the form of apache logs. If you are using apache, you might take a look at the Log File documentation (1) for apache. Since I use SVN over HTTPS, I am able to get the same info for Subversion access (2) (I edited the IP address, but otherwise its a log directly from my SVN/Trac instance). (1) http://httpd.apache.org/docs/2.0/logs.html (2) 192.168.0.2 - - [09/Jun/2009:17:14:47 -0500] "OPTIONS /repos/ presto/Test%20and%20Measurement HTTP/1.1" 401 486 "-" "SVN/1.6.2 (r37639)/TortoiseSVN-1.6.2.16344 neon/0.28.4" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
