Upgrade DB migration to info log
This commit is contained in:
parent
bca4382988
commit
e3cf6fb5f2
@ -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
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user