Commit 1e4d4db4 authored by 赵建伟's avatar 赵建伟

update logs

parent c3cb6b92
...@@ -52,6 +52,7 @@ public class JdbcConnectPool { ...@@ -52,6 +52,7 @@ public class JdbcConnectPool {
connection = getConnect(); connection = getConnect();
} }
logger.info("Current pool size : {}",currentsize); logger.info("Current pool size : {}",currentsize);
logger.info("connList size : {}",connList.size());
return connection; return connection;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment