Adapt log file path to new server
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user