Mike
Am 05.05.2005 um 14:40 schrieb Michel Erard:
<x-tad-smaller>Hello,
I've a problem with my logging. It doesn't log with level debug how it is configured. I see only the INFO messages. Did I make a mistake?
</x-tad-smaller>
<x-tad-smaller>//targets
</x-tad-smaller><x-tad-smaller><cocoon id="elquerito.db">
<filename>${context-root}/WEB-INF/logs/elquerito/db-</filename>
<format type="extended">%7.7{priority} %23.23{time:dd.MM.yyyy HH:mm:ss:SSS} [%20.20{category}] : %{message}\n%{throwable}</format>
<append>true</append>
<rotation pattern="yyyyMMdd" suffix=".log" type="unique">
<date>yyyyMMdd</date>
</rotation>
</cocoon></x-tad-smaller><x-tad-smaller>
//categories
</x-tad-smaller><x-tad-smaller><category log-level="DEBUG" name="elquerito.db">
<category log-level="DEBUG" name="userfacade">
<log-target id-ref="elquerito.db"/>
</category>
<category log-level="DEBUG" name="enquiryfacade">
<log-target id-ref="elquerito.db"/>
</category>
<log-target id-ref="elquerito.db"/>
</category></x-tad-smaller><x-tad-smaller>
//component
</x-tad-smaller><x-tad-smaller><component class="ch.bfh.hti.elquerito.dummy.DummyDbXMLUserFacade" logger="elquerito.db.userfacade" role="ch.bfh.hti.elquerito.db.UserFacade">
</component>
</x-tad-smaller><x-tad-smaller>
thanks for your help,
Mike</x-tad-smaller><x-tad-smaller>
</x-tad-smaller>
