Re: Adding new tags to log4j XML configuration file

2006-12-19 Thread Mattias Andersson
s (totally untested) log4j.dtd - log4j configuration xml file - ]> Unfortunately my DTD skills is not that great. Have to catchup on that someday ;) Regards, /Mattias > Thanks: > Bence > &g

Re: JDBCAppender with large message values

2006-12-19 Thread Mattias Andersson
Hi, > 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 ro

Adding new tags to log4j XML configuration file

2006-12-13 Thread Mattias Andersson
Hi, I'm using log4j 1.2.14 and I'd like to add my own tags to the log4j XML configuration file. The reason for this is that we have built a logging server and to avoid having two configuration files I'd like to add some new tags to XML file. I've added the following to my XML file and the parser