vishalanandl177 / DRF-API-Logger

An API Logger for your Django Rest Framework project.
https://github.com/vishalanandl177/DRF-API-Logger
Apache License 2.0
303 stars 57 forks source link

DRF-API-Logger empty log #75

Closed daskodex closed 1 year ago

daskodex commented 1 year ago

Hello!

I ran into the problem of an empty log file. When I test DRF-API-Logger on my laptop everything works fine. When I copy the project to the server, the logging doesn't work.

The project is copied completely. The rest api functions work.

I tried to see the contents of the database, and the database is empty.

What I did: 1.Checked the settings 2.Checked that DRF-API-Logger was installed 3.Checked database access

How can the problem be diagnosed?

daskodex commented 1 year ago

Resolve: python manage.py collectstatic