Forward cuml.accel logging to subprocesses#7602
Merged
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom Dec 12, 2025
Merged
Forward cuml.accel logging to subprocesses#7602rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
cuml.accel logging to subprocesses#7602rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
Conversation
This adds a new way to configure logging for `cuml.accel`, and also uses it to forward logging configuration to subprocesses.
csadorf
approved these changes
Dec 12, 2025
Member
Author
|
/merge |
mani-builds
pushed a commit
to mani-builds/cuml
that referenced
this pull request
Jan 11, 2026
This: - Adds a new `CUML_ACCEL_LOG_LEVEL` environment variable for configuring the level of the `cuml.accel` logger. This log level will be used if a level isn't explicitly configured via other means (`cuml.accel.install` or `-v` in the CLI). - Uses the `CUML_ACCEL_LOG_LEVEL` environment variable to forward logging configuration on to subprocesses by default. Fixes rapidsai#7572. - Also updates the log handler to flush on every write, avoiding delays in logs appearing. Thanks to @betatim for reporting this issue. Fixes rapidsai#7572 Authors: - Jim Crist-Harif (https://github.com/jcrist) Approvers: - Simon Adorf (https://github.com/csadorf) URL: rapidsai#7602
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This:
CUML_ACCEL_LOG_LEVELenvironment variable for configuring the level of thecuml.accellogger. This log level will be used if a level isn't explicitly configured via other means (cuml.accel.installor-vin the CLI).CUML_ACCEL_LOG_LEVELenvironment variable to forward logging configuration on to subprocesses by default. Fixes [FEA] Propagate cuml.accel's-vflag to subprocesses #7572.Fixes #7572