Revision 11 org.gvsig.educa.thematicmap/trunk/org.gvsig.educa.thematicmap/org.gvsig.educa.thematicmap.main/src/main/resources/log4j.xml

View differences:

log4j.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1" ?>
2 2
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
3 3

  
4
<!-- 
4
<!--
5 5
Log4J configuration file for unit tests execution.
6 6
 -->
7 7
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
......
13 13
		</layout>
14 14
	</appender>
15 15

  
16
	<!-- 
16
	<!--
17 17
	Activate logging messages of DEBUG level of higher only for the
18 18
	org.gvsig.tools packages.
19 19
	You can put full classes names or packages instead, to configure
......
22 22
	<category name="org.gvsig.tools">
23 23
		<priority value="DEBUG" />
24 24
	</category>
25
	<category name="org.gvsig.educa.thematicmap">
25
	<category name="org.gvsig.educa">
26 26
		<priority value="DEBUG" />
27 27
	</category>
28 28

  
29
	<!-- 
30
	By default, show only logging messages of INFO level or higher, 
31
	through the previously configured CONSOLE appender. 
29
	<!--
30
	By default, show only logging messages of INFO level or higher,
31
	through the previously configured CONSOLE appender.
32 32
	-->
33 33
	<root>
34
		<priority value="INFO" />
34
		<priority value="DEBUG" />
35 35
		<appender-ref ref="CONSOLE" />
36 36
	</root>
37 37
</log4j:configuration>

Also available in: Unified diff