From 2f8e1bd5ebd3136bb2d207e72e8b220615352d24 Mon Sep 17 00:00:00 2001 From: Gilles Crettenand Date: Thu, 7 May 2015 11:52:26 +0200 Subject: [PATCH] doc for verbosity --- configuration.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configuration.php b/configuration.php index cb36404..249d68a 100644 --- a/configuration.php +++ b/configuration.php @@ -34,7 +34,11 @@ class Configuration { ), 'log' => array( 'file' => 'c:\\logs\\ws_ipad.txt', - 'verbosity' => 0, // The greater the verbosity, the more is displayed + // 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 + 'verbosity' => 0, ), 'session' => array( 'save_path' => ''