Better logging
This commit is contained in:
@@ -37,10 +37,11 @@ class Configuration {
|
||||
),
|
||||
'log' => array(
|
||||
'file' => 'C:\inetpub\wwwroot\WebService\logs\log.txt',
|
||||
'format' => '%ip% - [%date%] - %status% %error% - %time% - %func%',
|
||||
// The greater the verbosity, the more is displayed
|
||||
// 0 : no log at all
|
||||
// 1 : log function calls and errors
|
||||
// 2 : log parameters and sent data
|
||||
// 1 : log summary
|
||||
// 2 : log response
|
||||
'verbosity' => 0,
|
||||
),
|
||||
'session' => array(
|
||||
|
||||
Reference in New Issue
Block a user