There is a new file called uoj.properties that controls logging and such for UOJ 5.4.3. I read the documentation and found this new required feature. However, the UOJ code does not read the file when deployed on Apache Tomcat. Rocket Software is working on a hotfix.
The problem is that the logDebugLevel is set to INFO no matter what you set the file for. Because I have background process running like batch jobs, clean up temporary files in Universe, and running BIRT print jobs in UniBasic code. Each of those processes creates a log entry meaning I create about 43,250 minimum per day in the Apache Tomcat log files. Talk about be overwhelming data!
Here is what the file looks like for me:
ConnectionPoolingOn =
MinimumPoolSize = -1
MaximumPoolSize = -1
OpenSessionTimeOut = -1
IdleRemoveThreshold = -1
IdleRemoveExecInterval = -1
PoolingDebug =
LogFilePath = C:\\Program Files\\\Apache Software Foundation\\Tomcat 9.0\\logs\\
logRotationCount = 10
logFileSizeLimitInKB = 10000
logDebugLevel = OFF
sslHostNameVerification = -1


