Hello,
We have a Java application with bunch of custom methods which also have logging. When I execute the methods within IDE or the JAR file in a CLI, the logs work perfectly fine both in console and in filesystem (log files are being created). When I deploy my JAR to Documentum and run a method in Documentum, weather by running a Job or the method directly, the method functions as expected but the log files don't appear in the Content Server.
We deploy using Composer. We have JAR Definitions for the dependencies and our Java application. We have created a module for each method, a method for each module and one or more jobs for each method (based on the need).
Does anyone know what is going on?
Note: This is a clean Documentum environment @ 23.4 and we got our code from another Documentum environment @ 7.3 with Java 8 and compiled the application with Java 17 fixed some issues that we had and the project seems stable on itself.