Split verbose groups messaging logging into its own setting separate from that of the groups module.

This is to allow us to get useful information on messaging without being overwhelmed by the rest of groups debug.
Enabled with [Groups] DebugMessagingEnabled = true in config (default false)
Or "debug groups messaging verbose true|false on the console" (similar to existing groups setting).
Done for both xmlrpc and V2 groups.
This commit is contained in:
Justin Clark-Casey (justincc)
2014-05-19 22:45:17 +01:00
parent 3a6f312484
commit b46be88db6
3 changed files with 111 additions and 26 deletions

View File

@@ -1664,6 +1664,9 @@
; This makes the Groups modules very chatty on the console.
DebugEnabled = false
; This makes the Groups Messaging modules very chatty on the console.
DebugMessagingEnabled = false
; Groups data is cached for this number of seconds before another request is made to the groups service
; Set to 0 to disable the cache.
; Default is 30 seconds