Add DebugMessagingEnabled = false to OpenSim.ini.example for consistency. Slightly simplify config comments.
parent
b46be88db6
commit
77a331fce3
|
@ -1033,9 +1033,12 @@
|
||||||
; Applies Flotsam Group only. V2 has this always on, no other option
|
; Applies Flotsam Group only. V2 has this always on, no other option
|
||||||
; MessageOnlineUsersOnly = false
|
; MessageOnlineUsersOnly = false
|
||||||
|
|
||||||
;; This makes the Groups modules very chatty on the console.
|
;; This makes the Group module very chatty on the console.
|
||||||
; DebugEnabled = false
|
; DebugEnabled = false
|
||||||
|
|
||||||
|
; This makes the Group Messaging module very chatty on the console.
|
||||||
|
; DebugMessagingEnabled = false
|
||||||
|
|
||||||
;; XmlRpc Security settings. These must match those set on your backend
|
;; XmlRpc Security settings. These must match those set on your backend
|
||||||
;; groups service if the service is using these keys
|
;; groups service if the service is using these keys
|
||||||
; XmlRpcServiceReadKey = 1234
|
; XmlRpcServiceReadKey = 1234
|
||||||
|
|
|
@ -1661,10 +1661,10 @@
|
||||||
; Enable Group Notices
|
; Enable Group Notices
|
||||||
;NoticesEnabled = true
|
;NoticesEnabled = true
|
||||||
|
|
||||||
; This makes the Groups modules very chatty on the console.
|
; This makes the Group module very chatty on the console.
|
||||||
DebugEnabled = false
|
DebugEnabled = false
|
||||||
|
|
||||||
; This makes the Groups Messaging modules very chatty on the console.
|
; This makes the Groups Messaging module very chatty on the console.
|
||||||
DebugMessagingEnabled = false
|
DebugMessagingEnabled = false
|
||||||
|
|
||||||
; Groups data is cached for this number of seconds before another request is made to the groups service
|
; Groups data is cached for this number of seconds before another request is made to the groups service
|
||||||
|
|
Loading…
Reference in New Issue