-
phah committed patchset 51 of module log4j2db to the Log4J2DB CVS repository, changing 3 files.
2003-10-21 20:30:22 UTC by phah
-
A new Bugfix release is available in the files section.
Please refer the CHANGELOG for further information.
2003-08-19 09:04:06 UTC by phah
-
I think that there is a need for some indices on the log4jevent table.
I created the following indices, but it does not seem to be sufficent:
create index log4j_hlpt on log4jevent(hostname, logger, priority,timestamp);
create index log4j_hpt on log4jevent(hostname, priority,timestamp);
However the hostname is constant, so it might not be a good idea to put a not-at-all selective column...
2003-08-19 08:42:47 UTC by tib
-
Logged In: YES
user_id=232343
I use jboss 3.0.6 and the default tomcat bundled w/,
probably 4.1.18.
2003-08-19 08:02:14 UTC by tib
-
Logged In: YES
user_id=729695
The comparator is seralizable in version 0.2.2b.
2003-08-17 19:24:42 UTC by phah
-
Logged In: YES
user_id=729695
The Jboss/Tomcat version could be interesting.
2003-08-17 19:23:41 UTC by phah
-
phah committed patchset 50 of module log4j2db to the Log4J2DB CVS repository, changing 3 files.
2003-08-17 17:57:11 UTC by phah
-
phah committed patchset 35 of module log4j2db-web to the Log4J2DB CVS repository, changing 2 files.
2003-08-17 17:56:40 UTC by phah
-
An instance of the Object
org.ahlner.Log4J2DB.web.beans.Log4JEvent is stored in
session, however the comparator defined in this class
is not serializable. So on shutdown and startup this
throws an exception on my jboss. I changed it to
serializable. I attached the patch.
2003-08-16 13:50:06 UTC by tib
-
phah committed patchset 49 of module log4j2db to the Log4J2DB CVS repository, changing 1 files.
2003-07-19 11:59:16 UTC by phah