summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-06-09 19:22:17 -0500
committerDave Parks <davep@lindenlab.com>2011-06-09 19:22:17 -0500
commitca38d143c2cada5b626ce3cd3962aecf90ba8ea2 (patch)
tree378bbcb8dd50eedf3ab090efb065f3e27604b8f8 /indra/newview/app_settings
parentfa4d4469dd229030b46c11c6060fdbcfaec12e41 (diff)
Enable debug logging of capabilities to track down why viewer isn't fetching them correctly sometimes.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r--indra/newview/app_settings/logcontrol.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml
index 937c4e4c6a..9f4e89691f 100644
--- a/indra/newview/app_settings/logcontrol.xml
+++ b/indra/newview/app_settings/logcontrol.xml
@@ -20,6 +20,7 @@
<key>tags</key>
<array>
<string>AppInit</string>
+ <string>Capabilities</string>
<string>SystemInfo</string>
<string>TextureCache</string>
<string>AppCache</string>
@@ -43,6 +44,7 @@
<array>
<!-- sample entry for debugging a specific item -->
<!-- <string>Voice</string> -->
+ <string>Capabilities</string>
</array>
</map>
</array>