vishalanandl177 / DRF-API-Logger

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

Cant open the website after installing this package #81

Closed amitv9493 closed 1 year ago

amitv9493 commented 1 year ago

I installed this package in my django project and the whole website went down. throwing 503 error. When I checked the logs it was generating a lot of processes. I had to remove this package to make all things working fine.

vishalanandl177 commented 1 year ago

Hi @amitv9493 Can you please share the logs? After adding the package, you have to run migrate to create a table that stores the logs. Have you done the migration part?

vishalanandl177 commented 1 year ago

Closing due to no activity.