File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ def show_deprecation_warnings(config_dict: ConfigDict) -> None:
371371 to check for deprecated fields.
372372 """
373373 if config_dict .get ("timeout_seconds" ):
374- logger .warn (
374+ logger .warning (
375375 " " .join (
376376 [
377377 "Deprecation warning: timeout_seconds is now renamed" ,
@@ -381,7 +381,7 @@ def show_deprecation_warnings(config_dict: ConfigDict) -> None:
381381 )
382382
383383 if config_dict .get ("master_node" ):
384- logger .warn (
384+ logger .warning (
385385 " " .join (
386386 [
387387 "Deprecation warning: master_node is now consolidated" ,
@@ -391,7 +391,7 @@ def show_deprecation_warnings(config_dict: ConfigDict) -> None:
391391 )
392392
393393 if config_dict .get ("read_replica_nodes" ):
394- logger .warn (
394+ logger .warning (
395395 " " .join (
396396 [
397397 "Deprecation warning: read_replica_nodes is now" ,
You can’t perform that action at this time.
0 commit comments