Log REST/JSON calls (config: 'log_rest_service' => true ; stored as EventRestService)

SVN:trunk[3688]
This commit is contained in:
Romain Quetiez
2015-08-19 14:35:08 +00:00
parent 8b5faf6b66
commit 3ba2c3d657
18 changed files with 280 additions and 13 deletions

View File

@@ -277,6 +277,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'log_rest_service' => array(
'type' => 'bool',
'description' => 'Log the usage of the REST/JSON service',
'default' => false,
'value' => false,
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'synchro_trace' => array(
'type' => 'string',
'description' => 'Synchronization details: none, display, save (includes \'display\')',