提交 e0c31862 编写于 作者: J jurgen

Mongo driver version update (3.0.3).

SSH and Mongo debug logging

Former-commit-id: 3c431ef3
上级 b7fe56a8
......@@ -81,7 +81,10 @@ public class MySQLDataSource extends JDBCDataSource implements DBSObjectSelector
protected void initializeContextState(DBRProgressMonitor monitor, JDBCExecutionContext context, boolean setActiveObject) throws DBCException {
if (setActiveObject) {
useDatabase(monitor, context, getSelectedObject());
MySQLCatalog object = getSelectedObject();
if (object != null) {
useDatabase(monitor, context, object);
}
}
}
......
......@@ -249,7 +249,7 @@ public class SSHTunnelImpl implements DBWTunnel {
levelStr = "DEBUG";
break;
}
log.debug(levelStr + ": " + message);
log.debug("SSH " + levelStr + ": " + message);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册