Skip to content

Commit

Permalink
chore: add log to the export process (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Oct 21, 2019
1 parent 96c4bd0 commit 8a32563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Jobs/ExportAccountAsSQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public function handle()

// Looping over the tables
foreach ($tables as $table) {
\Log::info('Table processed: '.$table->table_name);

$tableName = $table->table_name;

if (in_array($tableName, $this->ignoredTables)) {
Expand Down

0 comments on commit 8a32563

Please sign in to comment.