Closed alexander-bauer closed 7 years ago
Currently, we use naive print statements. We should be using the built-in Flask logger, which implements the standard logging interface.
print
logging
@UMBC-CMSC447-Spring2017-Team5/developers I think this should be easy, and just require some looking through the code.
Closed by 51872f8614164257622a5369faa682ff11086141 and following commits.
Currently, we use naive
print
statements. We should be using the built-in Flask logger, which implements the standardlogging
interface.