illinois-cs241 / broadway-api

This is the old repo for Broadway API. Please see the new repo for newest version of Broadway https://github.com/illinois-cs241/broadway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging

ayushr2 opened this issue · comments

Currently the logging does not produce log files which are easier to parse. This is because tornado generates many logging information too. So probably have many log files for different info. The tornado logging is almost like a timeline of all the calls to the API so we will want that in a diff file.

Add logging and good error messages for every possible situation so that it is easier to debug

Probably use the Python logger with a rotating file handler and something that disposes old logs.