anyaudio / anyaudio-server

:musical_note: Simple server to search youtube and give direct audio download and stream links
91 stars 19 forks source link

Log API requests #4

Closed aviaryan closed 8 years ago

aviaryan commented 8 years ago
singhpratyush commented 8 years ago

What type of log is it supposed to be? A text file or a relational database?

Are the requests to be printed on stdout? Does the response needs to be logged too?

aviaryan commented 8 years ago

What type of log is it supposed to be?

Log of request, type of request v/s IP. Will help in examining which application features are being more used, how are they used, where on the map they are being used.

A text file or a relational database?

Database

Are the requests to be printed on stdout?

No. Not neccessary.

Does the response needs to be logged too?

No.