Remove the DBURI from the log statement
This commit is contained in:
parent
29c30b336e
commit
408fd229a7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue