Remove the DBURI from the log statement

This commit is contained in:
Joseph Schorr 2014-11-03 21:10:10 -05:00
parent 29c30b336e
commit 408fd229a7

View file

@ -17,7 +17,7 @@ CHUNK_SIZE = 5 * 1024 * 1024
def backfill_sizes_from_data():
logger.setLevel(logging.DEBUG)
logger.debug('Starting uncompressed image size backfill with DBURI: %s', app.config['DB_URI'])
logger.debug('Starting uncompressed image size backfill')
logger.debug('NOTE: This can be a LONG RUNNING OPERATION. Please wait!')
# Make sure we have a reference to the current DB.