Unverified Commit 1b9a5615 authored by easyscheduler's avatar easyscheduler Committed by GitHub
Browse files

Merge pull request #149 from lidongdai/dev-20190415

when debug,show jdbc parameter log
parents 7a3caa20 4933bea3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -480,7 +480,9 @@ public class DataSourceService extends BaseService{

        }

        if(logger.isDebugEnabled()){
            logger.info("parameters map-----" + JSONObject.toJSONString(parameterMap));
        }
        return JSONObject.toJSONString(parameterMap);