diff options
author | Justin Clark-Casey (justincc) | 2014-05-19 23:00:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-05-19 23:00:04 +0100 |
commit | 77a331fce360fbd4640bd98ec2f6dfb00d31eac5 (patch) | |
tree | e27d4940bce8c94c92a1c0071d467d0cde911db3 /bin/OpenSim.ini.example | |
parent | Split verbose groups messaging logging into its own setting separate from tha... (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 4 insertions, 1 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 |