how to have log with soap ?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
gwokab
Posts: 1
Joined: 26 Nov 2014, 10:42

how to have log with soap ?

Post by gwokab »

Hi,

i try to have glpi-mantisbt plug-in available in glpi, but it doesn't work : glpi doesn't show a project-name list when i click on search icon.
if i type the correct project-name, i get the list category and users.
when i click on search button (in glpi-mantisbt) the apache log on mantisbr server shows :
"POST /mantisbt/api/soap/mantisconnect.php HTTP/1.1" 200 1001 "-" "PHP-SOAP/5.3.10-1ubuntu3.15"

i've tried to have log in mantisbt, so i change config_defaults_inc.php but got nothing in file /tmp/mantis.log :
//$g_log_level = LOG_NONE;
$g_log_level = LOG_EMAIL | LOG_SOAP;

/**
*
* @global string $g_log_destination
*/
//$g_log_destination = '';
$g_log_destination = 'file:/tmp/mantis.log';

How can i have a logfile with something written (at least a record that shows the connection) ?
thanks.

on glpi server: GLPI 0.84.7 glpi-mantis-1.0
on mantisbt server : PHP 5.3.10 mantisbt-1.2.17
the glpi-mantisbt plugin is configured with mantisbt administrator account.
Post Reply