* Moving jetty specific pieces out to jetty-webapp-logging so that the
core logging implementation can exist in places such as JVM endorsed
library paths and still function, without bringin in all of Jetty in
the process.
* Removing dependency on any jetty components from
jetty-centralized-logging per reasons above.
* Establishing jetty-webapp-logging as central place to house the webapp
logging integration bits and pieces.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@883 7e9141cc-0065-0410-87d8-b60c137991c4
* Removing dependency on DateCache so that the jetty-centralized-logging
can be used by projecs that want to utilize endorsed libraries,
without bringing all of jetty into the endorsed lib area.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@869 7e9141cc-0065-0410-87d8-b60c137991c4
* Fixed names that were associated with CentralLogger to be fully
qualified (to match behaviour present in slf4j + log4j +
commons-logging + java.util.logging)
* Allowed for configuration keys "logger.*.appenders" to contain
negative logger ids to remove an appender from that heirarchy in the
configuration.
Example:
root.level=INFO
root.appenders=rollLog
logger.AUDIT.level=INFO
logger.AUDIT.appenders=-rollLog,auditLog
appender.rollLog.class=org.eclipse.jetty.logging.impl.RollingFileAppender
appender.rollLog.filename=${jetty.home}/logs/central.log
appender.auditLog.class=org.eclipse.jetty.logging.impl.RollingFileAppender
appender.auditLog.filename=${jetty.home}/logs/audit.log
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@867 7e9141cc-0065-0410-87d8-b60c137991c4
* Adding ability to specify system properties like "${user.dir}"
to the RollingFileAppender.filename configuration options.
* Adding -config artifact creation.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@851 7e9141cc-0065-0410-87d8-b60c137991c4
* Removing tests/test-webapps/test-webapp-logging-* which are now in place in the jetty-centralized-logging project.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@836 7e9141cc-0065-0410-87d8-b60c137991c4