Skip to content

Correct logging imports#2992

Open
Michael-T-McCann wants to merge 5 commits intogoogle:mainfrom
Michael-T-McCann:Michael-T-McCann/1951
Open

Correct logging imports#2992
Michael-T-McCann wants to merge 5 commits intogoogle:mainfrom
Michael-T-McCann:Michael-T-McCann/1951

Conversation

@Michael-T-McCann
Copy link

Fixes instances where

import logging

is used instead of

from absl import logging

Resolves #1951.

Signed-off-by: Mike McCann <57153404+Michael-T-McCann@users.noreply.github.com>
Signed-off-by: Mike McCann <57153404+Michael-T-McCann@users.noreply.github.com>
Signed-off-by: Mike McCann <57153404+Michael-T-McCann@users.noreply.github.com>
Signed-off-by: Mike McCann <57153404+Michael-T-McCann@users.noreply.github.com>
Signed-off-by: Mike McCann <57153404+Michael-T-McCann@users.noreply.github.com>
@google-cla
Copy link

google-cla bot commented Mar 12, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

orbax uses logging.info directly and not the supplied log function, hence impossible to suppress logging w/o silencing the whole INFO log

1 participant