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 improvements #78

Closed singhpratyush closed 8 years ago

singhpratyush commented 8 years ago

Make sure you squash.

aviaryan commented 8 years ago

Looks cool :sunglasses:

singhpratyush commented 8 years ago

Looks cool :sunglasses:

In that case, merge it and push to Openshift. I want to see the numbers.

singhpratyush commented 8 years ago

It's hard even for a [CENSORED] to stay normal on his last day of GSoC.

aviaryan commented 8 years ago

@singhpratyush The server has been updated and the logs are remarkable. 5.5k API calls till now with 318 downloads. The table display suffers from the limited width available to it. Maybe we can shift the 4 tables in 2 lines OR increase the page width.

singhpratyush commented 8 years ago

The table issue had to be there because earlier there were calls like /api/v1/d/dzjvndfjgE..., which will no longer be there. The best thing to do would be to remove them.

To do so, run following SQL command in database -

delete from api_log where path like '/api/v1/d/%';