diff --git a/.github/workflows/terraform-deploy_reusable.yml b/.github/workflows/terraform-deploy_reusable.yml
index 524b422fb..2c0dd5111 100644
--- a/.github/workflows/terraform-deploy_reusable.yml
+++ b/.github/workflows/terraform-deploy_reusable.yml
@@ -82,7 +82,7 @@ jobs:
           DATABASE_PASSWORD=$(az account get-access-token --resource-type oss-rdbms --query "[accessToken]" -o tsv)
           echo "::add-mask::$DATABASE_HOSTNAME"
           echo "::add-mask::$DATABASE_PASSWORD"
-          echo "DATABASE_HOSTNAME=privateintermediary.postgres.database.azure.com" >> "$GITHUB_ENV"
+          echo "DATABASE_HOSTNAME=privateintermediary.postgres.database.azure.com >> "$GITHUB_ENV"
           echo "DATABASE_PASSWORD=$DATABASE_PASSWORD" >> "$GITHUB_ENV"
 
       - name: Run Db migration
@@ -92,6 +92,7 @@ jobs:
           url: "jdbc:postgresql://privateintermediary.postgres.database.azure.com:5432/postgres"
           username: cdcti-github
           password: ${{ env.DATABASE_PASSWORD }}
+          logLevel: INFO
 
       - id: export-terraform-output
         name: Export Terraform Output