Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I tried configuring loggers in one of the pax.logging.cfg file, java.util.logging.properties files as below-
log4j.logger.com.mypackage.MyApp=DEBUG, out, stdout
in talend route java code-
org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(MyApp.class);
log.warn("sample log message");
the above statement does not log at any level ( WARN, DEBUG). Any idea? I get no logging errors as well
Also tried installing tlog4j and tlogcatcher components but, they found to be not available in Mediation view.