Skip to content

Commit

Permalink
log also snowsql.sql contents
Browse files Browse the repository at this point in the history
  • Loading branch information
odinuv committed Mar 14, 2024
1 parent d58c6f4 commit ca1f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extractor/SnowsqlExportAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ private function generateDownloadSql(ExportConfig $exportConfig, string $outputD
$snowSql = $this->tempDir->createTmpFile('snowsql.sql');
file_put_contents($snowSql->getPathname(), implode("\n", $sql));

$this->logger->debug(trim(implode("\n", $sql)));
$this->logger->info(trim(implode("\n", $sql)));

// execute external
return sprintf(
Expand Down

0 comments on commit ca1f005

Please sign in to comment.