Skip to content

Commit 37a993c

Browse files
committed
Use debug instead of print
1 parent 6f7f5fd commit 37a993c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql_ch_replicator/clickhouse_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def create_table(self, structure: TableStructure, additional_indexes: list | Non
119119
'partition_by': partition_by,
120120
'indexes': indexes,
121121
})
122+
logger.debug(f'create table query: {query}')
122123
self.execute_command(query)
123124

124125
def insert(self, table_name, records, table_structure: TableStructure = None):

0 commit comments

Comments
 (0)