Skip to content

Commit

Permalink
FEAT-#7102: Deprecate enable_api_only mode in modin logging (#7114)
Browse files Browse the repository at this point in the history
Signed-off-by: Iaroslav Igoshev <iaroslav.igoshev@intel.com>
  • Loading branch information
arunjose696 authored Mar 25, 2024
1 parent d1d9a82 commit 2b958e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modin/config/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,10 @@ def disable(cls) -> None:
@classmethod
def enable_api_only(cls) -> None:
"""Enable API level logging."""
warnings.warn(
"'enable_api_only' value for LogMode is deprecated and"
+ "will be removed in a future version."
)
cls.put("enable_api_only")


Expand Down

0 comments on commit 2b958e9

Please sign in to comment.