Carsten Ziegeler wrote:

Many have suggested this in the past and as Ugo mentioned it
yesterday, I think it's time to check our logging strategy.

Currently we use LogKit as our base logging system. Unfortunately
we are using third party components that either use Log4J or
commons-logging. So in the end you have to configure more than
one logging system.

Log4j is the standard for logging - I think this is obvious. So, the easiest and most obvious solution is to use Log4J in
Cocoon as well.
Since 2.1.5 you can simply switch to Log4J if you configure
the logger-class parameter in web.xml. There is only one
drawback: log4j has to be configured "elsewhere"; this is
not done by Cocoon.

So, my suggestion is to:
- deprecate the use of LogKit
- switch to log4j as default
- make it possible to configure log4j from within Cocoon (like the
  current logkit.xml for LogKit).

WDYT?

The reason why logkit was developped was because log4j made extensive use of static methods and that doesn't work very well with servlet environments.

Ceki, anything to report on that front?

NOTE: Cocoon is getting fed up with avalon and its community instabilities and we'd like to move away from it as much as possible.

--
Stefano.


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to