Upgrade DB migration to info log

This commit is contained in:
Max Nuding 2023-04-24 20:45:08 +02:00
parent bca4382988
commit e3cf6fb5f2
Signed by: phlaym
GPG Key ID: A06651BAB6777237

View File

@ -105,7 +105,7 @@ async function applyMigration(migration: Migration) {
if (post.songs && post.songs.length) { if (post.songs && post.songs.length) {
continue; continue;
} }
log.debug( log.info(
`Fetching songs for existing post ${current.toString().padStart(4, '0')} of ${total}`, `Fetching songs for existing post ${current.toString().padStart(4, '0')} of ${total}`,
post.url post.url
); );