Module: sip-router
Branch: master
Commit: 169e92b86d6a1a98be92d0012bd831785855b968
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=169e92b…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: Thu May 23 09:07:53 2013 +0200
modules/debugger: refresh README
---
modules/debugger/README | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/debugger/README b/modules/debugger/README
index 84d9c97..6ab6686 100644
--- a/modules/debugger/README
+++ b/modules/debugger/README
@@ -241,7 +241,7 @@ modparam("debugger", "step_loops", 100)
Used to compute power of two as size of internal hash table to store
levels per module (e.g., if its set to 4, internal hash table has 16
- slots).
+ slots). This parameter is accesible readonly via the ser cfg framework.
Default value is "0" - feature disabled.
@@ -253,6 +253,7 @@ modparam("debugger", "mod_hash_size", 5)
3.9. mod_level_mode (int)
Enable or disable per module log level (0 - disabled, 1 - enabled).
+ This parameter is tunable via the ser cfg framework.
Default value is "0".