I am working to assist another developer with a JDBC Provisioning Rule and they were stating that the log statements that they added were not showing up in the ccg.log file.
I can see the rule being called and completed, but no configured debug logs from the rule are visible. I would rather not up the logs to warning or error just to get them to print.
Hi @gmilunich I modified log4j file on VA, but although I put in debug mode, only logs with log.warn() worked. I could not log log.debug() calls. But as this was sufficient for me, I followeed on with debug in log4j config and log.warn() in rule code.
I saw your solution and have provided it to the developer to try so we can figure out what the issue is, however I think this may be a larger issue that should be looked at, as using WARN for DEBUG/INFO is not a good practice overall in the long run.