diff --git a/shared/django_apps/legacy_migrations/management/commands/migrate.py b/shared/django_apps/legacy_migrations/management/commands/migrate.py index a36f4d1c5..973c50e4b 100644 --- a/shared/django_apps/legacy_migrations/management/commands/migrate.py +++ b/shared/django_apps/legacy_migrations/management/commands/migrate.py @@ -142,7 +142,7 @@ def handle(self, *args, **options): super().handle(*args, **options) django_transaction.commit(database) except: - log.info("Codecov migrations failed.") + log.error("Codecov migrations failed.") raise else: log.info("Codecov migrations succeeded.")