diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-03 11:09:23 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-03 11:09:23 -0400 |
commit | d7b530008e2de9afac0de87937e4ef490f89c415 (patch) | |
tree | 6bb1b75ae59367bc65e32856e2477051fbadcac1 /indra/newview/app_settings | |
parent | 0b5695fec1bc31b10c72e2e0b6936444eee89855 (diff) |
SH-3058 WIP - disable debug-level logging for avatar by default
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-x[-rw-r--r--] | 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 c5561166fc..92a241857e 100644..100755 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -42,8 +42,8 @@ </array> <key>tags</key> <array> - <string>Avatar</string> <!-- sample entry for debugging specific items + <string>Avatar</string> <string>Voice</string> --> </array> |