Closed jonseah closed 6 years ago
Can you fix the typo in the commit message? I'll then merge this - thanks for the contribution!
fixed typo
Actually, i just noticed that at the end of the postConstruct that you have the following
System.setProperty("log4jdbc.spylogdelegator.name", this.environment.getProperty("log4jdbc.spylogdelegator.name", Slf4jSpyLogDelegator.class.getName()));
So my commit is redundant. I was debugging my app to see why that property was not being picked up but seems like my DataSource was being created before the postConstruct
Last line of the postConstruct in Log4jdbcBeanPostProcessor already does this, no longer need this PR
… log4jdbc