Skip to content

Commit

Permalink
Should be logger.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Nov 3, 2015
1 parent 14e9feb commit 4e12d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thumbor/storages/file_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def put_crypto(self, path):
_file.write(self.context.server.security_key)

move(temp_abspath, crypto_path)
logger.error('Stored crypto at %s (security key: %s)' % (crypto_path, self.context.server.security_key))
logger.debug('Stored crypto at %s (security key: %s)' % (crypto_path, self.context.server.security_key))

return file_abspath

Expand Down

0 comments on commit 4e12d6f

Please sign in to comment.