NTX-McGill / NeuroTechX-McGill-2021

Other
16 stars 5 forks source link

Replace api.py print statements with Flask logs #94

Closed TheFloatingString closed 2 years ago

TheFloatingString commented 2 years ago

Replaced print statements in api.py with flask.current_app.logger.info(<msg>)

mlej8 commented 2 years ago

@TheFloatingString please PR into will's branch

TheFloatingString commented 2 years ago

@mlej8 PR now is set with william/bci-routes as base