Hi

We need to log webservice trace to database. We are using JBOSS and
hence i configured the jboss_log4j.xml to achieve this.
Now, I can log the webservice traces into a file

[code]
<category name="org.jboss.ws.core.MessageTrace" >
    <priority value="TRACE"/>
    <appender-ref ref="wslog"></appender-ref>
</category>
[/code]

Now, if i try to replace it with JDBC Appender it is not working.
The trace is even getting printed on console..

What option is available

regards
KRS

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to