The release related discussions, plans and questions.
greaze
Advanced user
Posts: 25 Joined: Mon Dec 08, 2008 4:03 pm
Post
by greaze » Fri Dec 12, 2008 3:12 pm
Hi, we have been using Testlink in our organisation since 6 months and no words are enough to appreciate what a fantastic tool it is. Testlink has made my life easy as a test manager.
I have a question:
How do I set a path to store logs from Testlink? I have read the documentation but I am still not clear.
We have hosted Testlink on Centos5.
Please help me.
fman
Member of TestLink Community
Posts: 3123 Joined: Tue Nov 15, 2005 7:19 am
Post
by fman » Fri Dec 12, 2008 4:13 pm
please post company name on forum if not done before
greaze
Advanced user
Posts: 25 Joined: Mon Dec 08, 2008 4:03 pm
Post
by greaze » Mon Dec 15, 2008 11:56 am
done
greaze
Advanced user
Posts: 25 Joined: Mon Dec 08, 2008 4:03 pm
Post
by greaze » Tue Jan 27, 2009 1:28 pm
A gentle reminder - please help me.
fman
Member of TestLink Community
Posts: 3123 Joined: Tue Nov 15, 2005 7:19 am
Post
by fman » Wed Jan 28, 2009 11:43 am
Look for something like this
TL_ABS_PATH . 'logs' . DIRECTORY_SEPARATOR ;
greaze
Advanced user
Posts: 25 Joined: Mon Dec 08, 2008 4:03 pm
Post
by greaze » Wed Jan 28, 2009 3:02 pm
Hi thanks for your reply.
I dont have this link in my config.inc.php
unixadmin007
Advanced user
Posts: 18 Joined: Thu Jan 29, 2009 5:24 pm
Post
by unixadmin007 » Thu Feb 05, 2009 6:35 am
which version you are using?? in 1.8 you have logs directory under testlink not sure in 1.7.... btw u can take a look to your apache and php logs
havlatm
Member of TestLink Community
Posts: 940 Joined: Mon Oct 31, 2005 1:24 am
Location: Czech
Post
by havlatm » Wed Feb 11, 2009 9:47 am
Try to modify the next variable:
Code: Select all
/** [LOGGING] */
/** @see logging.inc.php for more information */
$g_log_path=TL_TEMP_PATH;