mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 17:55:39 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user