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) {
|
||||
continue;
|
||||
}
|
||||
log.debug(
|
||||
log.info(
|
||||
`Fetching songs for existing post ${current.toString().padStart(4, '0')} of ${total}`,
|
||||
post.url
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user