aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 2a92fbc..df332ca 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -292,6 +292,14 @@
292 ; False items will be removed from the scene permanently 292 ; False items will be removed from the scene permanently
293 UseTrashOnDelete = True 293 UseTrashOnDelete = True
294 294
295 ; #
296 ; # Logging
297 ; #
298
299 ; Force logging when the thread pool approaches an overload condition
300 ; Provides useful data for post-mortem analysis even in a production
301 ; system with reduced logging
302 LogOverloads = True
295 303
296[Map] 304[Map]
297 ;WorldMapModule = "WorldMap" 305 ;WorldMapModule = "WorldMap"