frist44 Posted February 19, 2009 Share Posted February 19, 2009 I'm trying to log response time and I have the following: #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %T/%D" combined CustomLog "C:/full.log" combined It doesn't seem to be logging the %T and %D. I have log module loaded and everything. any idea? Link to comment https://forums.phpfreaks.com/topic/146030-log-response-time/ Share on other sites More sharing options...
corbin Posted February 19, 2009 Share Posted February 19, 2009 You have a comment before LogFormat. Link to comment https://forums.phpfreaks.com/topic/146030-log-response-time/#findComment-766645 Share on other sites More sharing options...
frist44 Posted February 19, 2009 Author Share Posted February 19, 2009 Sorry about that. There was no comment when it was running, I just tried to put it in there to test some other stuff and forgot to remove it when I posted this. I think i figured it out though. Link to comment https://forums.phpfreaks.com/topic/146030-log-response-time/#findComment-766654 Share on other sites More sharing options...
corbin Posted February 20, 2009 Share Posted February 20, 2009 Oh.... ;p Link to comment https://forums.phpfreaks.com/topic/146030-log-response-time/#findComment-766708 Share on other sites More sharing options...
steviewdr Posted February 21, 2009 Share Posted February 21, 2009 Log response time? Just setup httping. -steve Link to comment https://forums.phpfreaks.com/topic/146030-log-response-time/#findComment-767831 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.