posted 15 years ago
hi
I have same package used in two different modules .
<category name="java.sql">
<priority value="DEBUG"/>
<appender-ref ref="MODULE1_DAO_FILE"/>
</category>
<category name="java.sql">
<priority value="DEBUG"/>
<appender-ref ref="MODULE2_DAO_FILE"/>
</category>
while generating logs all the log statement related to the package is written on the second entry
is there any way i can solve this problem