Skip to content

Commit

Permalink
update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
meri025 committed Jul 18, 2024
1 parent 5e9c768 commit 519d800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mysql_rewinder/cleaner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def clean(tables:)
target_tables = (tables - @except_tables) & all_tables

if target_tables.empty?
@logger&.debug { "[MysqlRewinder][#{@db_config[:database]}] Skip DELETE query because target_table is empty." }
@logger&.debug { "[MysqlRewinder][#{@db_config[:database]}] Skip DELETE query because target_table is empty. target tables: #{tables}, except tables: #{@except_tables}, all tables: #{all_tables}." }
return
end

Expand Down

0 comments on commit 519d800

Please sign in to comment.