Page 1 of 1
log file???
Posted: Mon Aug 17, 2009 9:29 am
by amira_fcis
does simpletest framework has something like log files which record every little thing happend on it...?
Re: log file???
Posted: Mon Aug 17, 2009 11:44 am
by JAB Creations
Apache generates a server access log that shows you literally every single file transferred via HTTP from your site.
Keep in mind many hosts have gimped the feature to generating one log per day instead of per month thus making it very difficult to work with.
Locally (on WAMP) my log is located...
apache/logs/access.log
While access logs won't tell you everything if you know how to read them they can still become an invaluable part of how you operate a website.
Re: log file???
Posted: Tue Aug 18, 2009 6:05 am
by amira_fcis
Thanks JAB for helping
