提交 5379a67f 编写于 作者: R rsercano

log

上级 ed32dbce
......@@ -114,6 +114,8 @@ const proceedConnectingMongodb = function (dbName, sessionId, connectionUrl, con
databasesBySessionId[sessionId].listCollections().toArray(function (err, collections) {
done(err, collections);
});
LOGGER.info('[connect]', 'current sesssion length: ' + Object.keys(databasesBySessionId).length);
}
catch (ex) {
LOGGER.error('[connect]', sessionId, ex);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册