Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 2c3a305

Browse files
committed
log schema as INFO
1 parent 7329c43 commit 2c3a305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def create_schema(db_name: str, table_path: DbPath, schema: dict, case_sensitive: bool) -> CaseAwareMapping:
12-
logger.debug(f"[{db_name}] Schema = {schema}")
12+
logger.info(f"[{db_name}] Schema = {schema}")
1313

1414
if case_sensitive:
1515
return CaseSensitiveDict(schema)

0 commit comments

Comments
 (0)