[jboss-user] [JBossWS] - Re: WebServices logging

mobaxkrs do-not-reply at jboss.com
Thu Feb 12 01:51:56 EST 2009


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



More information about the jboss-user mailing list