Skip to content

Commit

Permalink
(temp) log encryption-api response as info msg
Browse files Browse the repository at this point in the history
  • Loading branch information
romantmb committed May 7, 2024
1 parent baafe94 commit 7c4e3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Migrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ private function migrateSecrets(): void
(string) $defaultSourceBranch['id'],
);

$this->logger->debug($response['message']);
//$this->logger->debug($response['message']);
$this->logger->info($response['message']);
}
}

Expand Down

0 comments on commit 7c4e3ef

Please sign in to comment.