I am trying to setup my own SqlStatementLogger, and it looks like that would require overriding JdbcServices service, but I am not finding a way to do that.
How can i configure my own JdbcServices service override?
Am I missing other (hopefully easier) way to replace SqlStatementLogger class?
I can’t see how registering my logger as a service could help, because JdbsServices class instantiates a new SqlStatementLogger without checking services, so logging classes which get the logger from the JdbcService will never get mine.