cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Make backend log received messages and responses #632

Closed yc2lee closed 7 years ago

yc2lee commented 7 years ago

Hey I wrote this so that the backend logs every request it receives and the response (first 100 bytes of each). Now when people complain about bugs I can figure out exactly what is going on.

The log level should be debug, but that pulls in a bunch of other things