Hi Now all webservices are logged to a file as xml. We need to log in a MySQL database. I used JDBCAppender and the configuration is as shown
<param name="sql" value="insert into logTable (message, class, priority, log_date) values ('%m', '%c', '%p', '%d{dd.MM.yyyy}')"/> <appender-ref ref="JDBC"></appender-ref> But in the database, i get only debug and info, not the Traces from MessageTrace class Why? regards KRS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209358#4209358 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209358 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user