From 34fe2d52ebf869757c91937c52422d07d0b4bd0b Mon Sep 17 00:00:00 2001 From: Gilles Crettenand Date: Mon, 18 May 2015 09:53:21 +0200 Subject: [PATCH] Adapt log file path to new server --- configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.php b/configuration.php index 249d68a..08b19e0 100644 --- a/configuration.php +++ b/configuration.php @@ -33,7 +33,7 @@ class Configuration { 'result_count' => 10, ), 'log' => array( - 'file' => 'c:\\logs\\ws_ipad.txt', + 'file' => 'C:\inetpub\wwwroot\WebService\logs\log.txt', // The greater the verbosity, the more is displayed // 0 : no log at all // 1 : log function calls and errors