DRF-API-Logger icon indicating copy to clipboard operation
DRF-API-Logger copied to clipboard

Listen for server exits

Open Kelvin4664 opened this issue 1 year ago • 0 comments

Whenever db logger is enabled, it prevents database connection from being terminated. This plays out during clean up after running tests. It fails when attempting to destroy the db with error message: django.db.utils.OperationalError: database "test_db" is being accessed by other users

Kelvin4664 avatar Jul 26 '24 13:07 Kelvin4664