Skip to content
Snippets Groups Projects
Commit 886da87c authored by Oz Linden's avatar Oz Linden
Browse files

by default print location in log files

parent 0497b8a5
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<map> <map>
<!-- default-level can be ALL, DEBUG, INFO, WARN, ERROR, or NONE --> <!-- default-level can be ALL, DEBUG, INFO, WARN, ERROR, or NONE -->
<key>default-level</key> <string>INFO</string> <key>default-level</key> <string>INFO</string>
<key>print-location</key> <boolean>true</boolean>
<key>settings</key> <key>settings</key>
<array> <array>
<!-- Suppress anything but ERROR for some very verbose components --> <!-- Suppress anything but ERROR for some very verbose components -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment