Log "DB optimization finished" in the info level

This commit is contained in:
Alex Ling 2020-11-24 04:05:07 +00:00
parent 1039732d87
commit 6384d4b77a

View File

@ -293,7 +293,7 @@ class Storage
Logger.info "#{trash_thumbnails_count} dangling thumbnails deleted"
end
end
Logger.debug "DB optimization finished"
Logger.info "DB optimization finished"
end
end