Skip to content

Commit

Permalink
[griddb] cut password log
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura committed May 31, 2019
1 parent a11a37c commit 091bb1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void init() throws DBException {

LOGGER.info("notificationAddress=" + notificationAddress + " notificationPort=" + notificationPort +
" notificationMember=" + notificationMember);
LOGGER.info("clusterName=" + clusterName + " userName=" + userName + " password=" + password);
LOGGER.info("clusterName=" + clusterName + " userName=" + userName);
LOGGER.info("fieldcount=" + fieldcount + " fieldlength=" + fieldlength);


Expand Down

0 comments on commit 091bb1d

Please sign in to comment.