diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-22 09:19:23 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-22 09:19:23 -0500 |
commit | b40fad02de170b5da179cacc22f32f5f25ffd7cb (patch) | |
tree | 244204302788f9f8d187fd75d69ef3e58a1c23f5 /indra/newview/app_settings | |
parent | b13d0b7a658784f015256576b71643827c572bb5 (diff) |
Add debug level logging for Avatar by default. Will need to turn this off before general release, but will give us better debugging info during testing
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-x | indra/newview/app_settings/logcontrol.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml index 64122bbb6c..1259039010 100755 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -42,8 +42,8 @@ </array> <key>tags</key> <array> - <!-- sample entry for debugging specific items <string>Avatar</string> + <!-- sample entry for debugging specific items <string>Voice</string> --> </array> |