log4j configuration

Hi, I want to modify the log-level settings of a particular jcd. I've looked for a log4j.* file and embedded log4j properties. But cannot find any.Is it possible to modify the log4j setttings somehow? regards,dk-
[255 byte] By [deniskrizanovica] at [2007-11-26 12:51:56]
# 1

One presumes you are using Java CAPS 5.1 rather than ICAN 5.0?

In 5.1.2 Integration Server does not use log4j.

You configure logging for collaborations, and other components, using the Integration Server Administration console, Logging Tab, Log levels subtab.

By default collaboration logging is not turned specifically on - root level logging is typically set at INFO so anything you log in a collaboration at DEBUG level will not show up in the log.

Add a category STC.eGate.CMap.Collabs and set the level to FINE

run your collab with at least one logger.debug() to see the complete package name.

Set STC.eGate.CMap.Collabs to INFO

Add STC.eGate.CMap.Collabs.<package_name> logging category and set logging level as required.

mczapskia at 2007-7-7 16:40:18 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...