ZEPPELIN-143: muting down the logs

This commit is contained in:
Alexander Bezzubov 2015-12-03 12:47:28 +09:00
parent fca2300a78
commit 978e62ca8f

View file

@ -79,7 +79,7 @@ public class GitNotebookRepo extends VFSNotebookRepo implements NotebookRepoVers
LOG.debug("{} changes are about to be commited", added.getEntryCount());
git.commit().setMessage("Updated " + pattern).call();
} else {
LOG.info("No changes found {}", pattern);
LOG.debug("No changes found {}", pattern);
}
} catch (GitAPIException e) {
LOG.error("Faild to add+comit {} to Git", pattern, e);