Re: Log4J remote administration

2005-05-13 Thread Jacob Kjome
Look at the Log4j download page. There's a section listing 3rd party extensions. 2 of these are Log4web and LogWeb. http://logging.apache.org/log4j/docs/download.html The one in the sandbox is at... http://cvs.apache.org/viewcvs.cgi/logging-log4j-sandbox/src/java/org/apache/log4j/servlet/Config

Gone for ~10 days

2005-05-13 Thread Yoav Shapira
Howdy, I'll be incommunicado for the next ~10 days, no internet, nothing ;) As I mentioned before, I have no strong objections to anything going on (release numbering, bylaws changes, etc.). If need be Mark can be my proxy vote, but I don't think that'll be necessary. Have a good weekend everyon

Re: [VOTE] Release Overview

2005-05-13 Thread Peter DeGregorio
Regarding adding a trace level to 1.2 if this is done it would be good to have a way to externally detect whether the version supports a trace level. Commons Logging currently detects pre-1.3 log4j version and acts accordingly by checking Priority.class.isAssignableFrom(Level.class) though where

Log4J remote administration

2005-05-13 Thread Matthieu Riou
Hi, For my current project we'll need some sort of web interface to remotely administer and change log4j's configuration (log levels, loggers). I saw several mention of such a need but couldn't find any implementation (apparently there's something like this in the sandbox but I couldn't find it).