Can I use log4jdbc?
seunghee cho
1
Reputation point
spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
I couldn't use this.
I am using azure mysql.
I tried to print a log using log4jdbc, but the database connection is not possible.
Can I use log4jdbc other than the functionality provided by azure?
If the function is not available, what function should I use to log?
Sign in to answer