Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Set the model update logging for debug only
Browse files Browse the repository at this point in the history
Fixes #51

Signed-off-by: Clement Verna <cverna@tutanota.com>
  • Loading branch information
cverna committed Mar 17, 2017
1 parent 5bab371 commit 6953301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statscache/producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def poll(self):
for plugin in self.plugins:
try:
plugin.update(session)
log.info("Updating model for %r" % plugin.ident)
log.debug("Updating model for %r" % plugin.ident)
except:
log.exception("Error during model update for %r" % plugin)
session.rollback()

0 comments on commit 6953301

Please sign in to comment.