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/OpenSimDefaults.ini | |
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 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
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 |