pytensor
pytensor copied to clipboard
Replace print statements with logging records
Description
https://github.com/pymc-devs/pytensor/pull/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
can i work on this?
@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?