RE: JDBCAppender with large message values

2006-12-19 Thread Mike Miller
Thanks for the suggestion, and it appears to work in most cases. Now my problem is this: We have code on our client that sends logging calls to our server so that we can include 'client logged errors' in our server log. When we log an exception using log.error(throwable) this goes across to the

JDBCAppender with large message values

2006-12-18 Thread Mike Miller
Hi, I want to include the JDBCAppender as one of our appenders so that all error level messages will be written to a common database. The problem is that the message content frequently contains a stack trace which is too large for the database column. What I get right now is a row with the '