Skip to content

Commit

Permalink
FEAT-modin-project#7102: Deprecate enable_api_only mode in modin logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Retribution98 authored and arunjose696 committed Mar 25, 2024
1 parent d1d9a82 commit 08a1f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modin/config/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ def disable(cls) -> None:
@classmethod
def enable_api_only(cls) -> None:
"""Enable API level logging."""
warnings.warn(

Check warning on line 492 in modin/config/envvars.py

View check run for this annotation

Codecov / codecov/patch

modin/config/envvars.py#L492

Added line #L492 was not covered by tests
"enable_api_only value for LogMode would be deprecated in Modin 0.30.0 use enable instead. For more details https://github.com/modin-project/modin/issues/7102"
)
cls.put("enable_api_only")


Expand Down

0 comments on commit 08a1f90

Please sign in to comment.