How to turn on logging? in re. to RetryHandler

Hi,

how do I turn on logging in TaminoAPI4J? (The kind log4j provides. I can’t get information on this from the docu.)

And to take it further: Does the newly available (TaminoApi4J 3.1.2) RetryHandler log things like when it got work to do (retry a connection attempt, that is).

Best regards, Andreas Sch

I was told the way to turn on logging was:
- have the log4j.properties in the classpath but not in the .jar file. You can extract the log4j.properties from TaminoAPI4J.jar and use this as a starting point.
- start your java application with “java -Dcom.softwareag.LoggingOn=true …”

HTH