aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-05-19 23:00:04 +0100
committerJustin Clark-Casey (justincc)2014-05-19 23:00:04 +0100
commit77a331fce360fbd4640bd98ec2f6dfb00d31eac5 (patch)
treee27d4940bce8c94c92a1c0071d467d0cde911db3 /bin
parentSplit verbose groups messaging logging into its own setting separate from tha... (diff)
downloadopensim-SC_OLD-77a331fce360fbd4640bd98ec2f6dfb00d31eac5.zip
opensim-SC_OLD-77a331fce360fbd4640bd98ec2f6dfb00d31eac5.tar.gz
opensim-SC_OLD-77a331fce360fbd4640bd98ec2f6dfb00d31eac5.tar.bz2
opensim-SC_OLD-77a331fce360fbd4640bd98ec2f6dfb00d31eac5.tar.xz
Add DebugMessagingEnabled = false to OpenSim.ini.example for consistency. Slightly simplify config comments.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example5
-rw-r--r--bin/OpenSimDefaults.ini4
2 files changed, 6 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7f2cba6..f3cd603 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1033,9 +1033,12 @@
1033 ; Applies Flotsam Group only. V2 has this always on, no other option 1033 ; Applies Flotsam Group only. V2 has this always on, no other option
1034 ; MessageOnlineUsersOnly = false 1034 ; MessageOnlineUsersOnly = false
1035 1035
1036 ;; This makes the Groups modules very chatty on the console. 1036 ;; This makes the Group module very chatty on the console.
1037 ; DebugEnabled = false 1037 ; DebugEnabled = false
1038 1038
1039 ; This makes the Group Messaging module very chatty on the console.
1040 ; DebugMessagingEnabled = false
1041
1039 ;; XmlRpc Security settings. These must match those set on your backend 1042 ;; XmlRpc Security settings. These must match those set on your backend
1040 ;; groups service if the service is using these keys 1043 ;; groups service if the service is using these keys
1041 ; XmlRpcServiceReadKey = 1234 1044 ; XmlRpcServiceReadKey = 1234
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 3b7a611..fd6e8b7 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1661,10 +1661,10 @@
1661 ; Enable Group Notices 1661 ; Enable Group Notices
1662 ;NoticesEnabled = true 1662 ;NoticesEnabled = true
1663 1663
1664 ; This makes the Groups modules very chatty on the console. 1664 ; This makes the Group module very chatty on the console.
1665 DebugEnabled = false 1665 DebugEnabled = false
1666 1666
1667 ; This makes the Groups Messaging modules very chatty on the console. 1667 ; This makes the Groups Messaging module very chatty on the console.
1668 DebugMessagingEnabled = false 1668 DebugMessagingEnabled = false
1669 1669
1670 ; Groups data is cached for this number of seconds before another request is made to the groups service 1670 ; Groups data is cached for this number of seconds before another request is made to the groups service