Adapt log file path to new server

This commit is contained in:
Gilles Crettenand
2015-05-18 09:53:21 +02:00
parent 84fba47661
commit 34fe2d52eb

View File

@@ -33,7 +33,7 @@ class Configuration {
'result_count' => 10, 'result_count' => 10,
), ),
'log' => array( 'log' => array(
'file' => 'c:\\logs\\ws_ipad.txt', 'file' => 'C:\inetpub\wwwroot\WebService\logs\log.txt',
// The greater the verbosity, the more is displayed // The greater the verbosity, the more is displayed
// 0 : no log at all // 0 : no log at all
// 1 : log function calls and errors // 1 : log function calls and errors