Path for storing logs

The release related discussions, plans and questions.
Locked
greaze
Advanced user
Posts: 25
Joined: Mon Dec 08, 2008 4:03 pm

Path for storing logs

Post by greaze »

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 »

please post company name on forum if not done before
greaze
Advanced user
Posts: 25
Joined: Mon Dec 08, 2008 4:03 pm

Done :)

Post by greaze »

done
greaze
Advanced user
Posts: 25
Joined: Mon Dec 08, 2008 4:03 pm

Post by greaze »

A gentle reminder - please help me.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

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 »

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 »

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 »

Try to modify the next variable:

Code: Select all

/** [LOGGING] */
/** @see logging.inc.php for more information */
$g_log_path=TL_TEMP_PATH;
Locked