Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace print statements with logging records #1195

Open
ricardoV94 opened this issue Feb 5, 2025 · 2 comments
Open

Replace print statements with logging records #1195

ricardoV94 opened this issue Feb 5, 2025 · 2 comments

Comments

@ricardoV94
Copy link
Member

Description

#1193 showed many print statements that are likely better as log records. We should change them, but they have to be reviewed on a per basis

@hrigar
Copy link

hrigar commented Feb 10, 2025

can i work on this?

@hrigar
Copy link

hrigar commented Feb 11, 2025

@ricardoV94 the current pytensor_logger level is set to WARNING, so info logs wont be captured, since many of the print statements maps to info logs ,should we change the logger level to info, or use a different approach to handle these cases?

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

No branches or pull requests

2 participants