Skip to content

Commit

Permalink
Change scaling queue log level from info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre authored May 5, 2020
1 parent 4d1a154 commit e755a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/namedfile/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _store_scale_result(self, task, result, t):
str(parameters.get("height") or ""),
str(parameters.get("quality") or ""),
]))
logger.info(" ".join([note, details, info["uid"]]))
logger.debug(" ".join([note, details, info["uid"]]))
t.note(note)

def stop(self):
Expand Down

0 comments on commit e755a8a

Please sign in to comment.