"neiluku" wrote : I am trying to log errors in DB(MS Sql Server) using
JDBCAppender.
| The debug and info messages are logged in db, but not the trace. please help..using
File Appender and Console appender, the trace is logging correctly.
|
|
|
|
| <param name="ConversionPattern" value="INSERT INTO log(log_date,
log_level, location, message) VALUES ( '%d{MM/dd/yyyy HH:mm:ss}', '%-5p',
'%C;%L', '%m' )"/>
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220749#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...