clean log

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/content-management/storage-manager-trigger@180019 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
roberto.cirillo 2019-06-26 08:51:39 +00:00
parent a0c234ab0e
commit 4f4fea710d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class ReadingMongoOplog extends Thread{
e.printStackTrace();
}
boolean auth =false;
logger.info("try to auth with "+user+" "+password);
logger.info("try to auth ");
if(user!=null && password !=null){
MongoCredential credential = MongoCredential.createMongoCRCredential(user, "admin", password.toCharArray());
logger.debug("try to connect to mongo with authentication... ");