Hello,
We have an application in which we use log4j inside in order to perform application level logging. We verified when we call the method from the jar directly on server machine (from console) log4j works properly.
Now, we have deployed our custom code in VIA and using java node of workflow, we are able to invoke our custom methods. However, log4j does not seem to be creating any log file.
Is there anything specific to RSA VIA to enable log4j working?
Okay, we added our custom configuration to the log4j property file of Aveksa. Now it works.