mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-03 03:12:25 +08:00
优化日志
This commit is contained in:
@@ -48,7 +48,7 @@ public class DefaultDatabaseSwitcher implements DatabaseSwitcher {
|
||||
//添加对队尾
|
||||
getUsedHistoryQueue().addLast(dataSourceId);
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("try use datasource : {}", dataSourceId);
|
||||
logger.debug("try use database : {}", dataSourceId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user