We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e9c768 + a1f73ad commit 16a9026Copy full SHA for 16a9026
lib/mysql_rewinder/cleaner.rb
@@ -21,7 +21,7 @@ def clean(tables:)
21
target_tables = (tables - @except_tables) & all_tables
22
23
if target_tables.empty?
24
- @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. tables: #{tables}, @except_tables: #{@except_tables}, all_tables: #{all_tables}." }
25
return
26
end
27
0 commit comments