diff options
author | Oz Linden <oz@lindenlab.com> | 2018-09-10 09:31:08 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-09-10 09:31:08 -0400 |
commit | 886da87c43447040afbafa6628e158e66965141d (patch) | |
tree | 9e203088cd9eed9b37dda5054d7d200b9b5294b3 /indra/newview/app_settings | |
parent | 0497b8a537f6549e287c789d661728b850763c79 (diff) |
by default print location in log files
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/logcontrol.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml index 8ced81fdb3..71445ea541 100644 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -2,6 +2,7 @@ <map> <!-- default-level can be ALL, DEBUG, INFO, WARN, ERROR, or NONE --> <key>default-level</key> <string>INFO</string> + <key>print-location</key> <boolean>true</boolean> <key>settings</key> <array> <!-- Suppress anything but ERROR for some very verbose components --> |