mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-143: muting down the logs
This commit is contained in:
parent
fca2300a78
commit
978e62ca8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue