Skip to content

Commit

Permalink
Hidden password parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Aug 28, 2018
1 parent f007ef2 commit 1a4faa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Elasticsearch",
"version": "0.1.8",
"version": "0.1.9",
"versionDate": "2018-08-28",
"author": "hackolade",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion reverse_engineering/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let _client = null;
module.exports = {
connect: function(connectionInfo, logger, cb){
logger.clear();
logger.log('error', connectionInfo, 'Connection information', connectionInfo.hiddenKeys);
logger.log('info', connectionInfo, 'Connection information', connectionInfo.hiddenKeys);

let authString = "";

Expand Down

0 comments on commit 1a4faa9

Please sign in to comment.