Skip to content

Commit

Permalink
user log 1 more tiem
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed May 3, 2023
1 parent bc251cf commit 087c818
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ def upgrade():
session.add(slc)

else:
logger.warn(
f"unknown value detected for slc.datasource_type: {slc.datasource_type}"
logger.info(
"unknown value detected for slc.datasource_type: %s",
slc.datasource_type,
)

batch_op.create_check_constraint(
Expand Down

0 comments on commit 087c818

Please sign in to comment.