fix: add more details in migration logs
This commit is contained in:
@@ -46,7 +46,7 @@ export const runMigrations = async (
|
||||
} catch (e) {
|
||||
// we stop Seerr if the migration failed
|
||||
logger.error(
|
||||
`Error while running migration '${migration}': ${e.message}`,
|
||||
`Error while running migration '${migration}': ${e.message}\n${e.stack}`,
|
||||
{
|
||||
label: 'Settings Migrator',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user