Resolve Python Logger library warnings (#19791)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
pull/19818/head
Emmanuel Ferdman 11 months ago committed by GitHub
parent 4dc06ee43f
commit 582b721160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -992,7 +992,7 @@ class DocumentService:
created_by=account.id,
)
else:
logging.warn(
logging.warning(
f"Invalid process rule mode: {process_rule.mode}, can not find dataset process rule"
)
return

Loading…
Cancel
Save