JDBC Connector log.info() not appearing on ccg.log

Hi! I am working with a JDBC connector provisioning rule, but I am not able to log to ccg.log.

I added following lines according to document CCG Enable Debug Log by Connector - Compass

image

I think log changed to debug mode because I can see lines from JDBC connector, but not my log.info lines.

I tried a very basic rule, only to make log print some variables to ccg.log:
image

Just updating here… more weird yet, I added log.debug and log.warn lines to beginning of code:

and only log.warn text shows on log:

It is enough for me, as I my goal with that is to develop connector and need some log prints to debug, but is still weird that although logger.JDBCConnector.level = debug only warn works, as I understand, debug level should show all up to info prints.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.