ripples / Present

Present is a web client for PAOL lecture capture.
3 stars 2 forks source link

Add debugging for auth code #33

Closed Zhendryk closed 6 years ago

Zhendryk commented 6 years ago

To figure out the issue with ithaca present server.

Zhendryk commented 6 years ago

Dropped console logs everywhere in the routes on the server. Look into https://github.com/expressjs/morgan for extensive logging system.

Zhendryk commented 6 years ago

Fixed missing import, logging is now working. appAccess.log is available in the server directory and apiAccess.log is available in the server/routes directory.