Skip to content

FIX-#7595: Log backend switching information with the modin logger.#7597

Merged
sfc-gh-mvashishtha merged 1 commit intomodin-project:mainfrom
sfc-gh-mvashishtha:7595/fix/stop-using-root-logger
May 30, 2025
Merged

FIX-#7595: Log backend switching information with the modin logger.#7597
sfc-gh-mvashishtha merged 1 commit intomodin-project:mainfrom
sfc-gh-mvashishtha:7595/fix/stop-using-root-logger

Conversation

@sfc-gh-mvashishtha
Copy link
Contributor

Resolves #7595

…din logger.

Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
pd.read_json(StringIO(small_json)).get_backend() == "Small_Data_Local"
)

@backend_test_context(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This testing seems like a bit of overkill but OK.

Copy link
Contributor

@sfc-gh-joshi sfc-gh-joshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use a different logging namespace for cost calculation/switching behavior? Otherwise LGTM.

@sfc-gh-mvashishtha
Copy link
Contributor Author

Should we use a different logging namespace for cost calculation/switching behavior?

I think that would be ideal, but for now I'm following the pattern we seem to have in modin of logging everything under a single namespace.

@sfc-gh-mvashishtha sfc-gh-mvashishtha merged commit cc38a16 into modin-project:main May 30, 2025
41 checks passed
sfc-gh-mvashishtha added a commit that referenced this pull request Jun 18, 2025
…7597)

Resolves #7595

Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

automatic switching debug logs use root logger instead of modin logger.

3 participants