How to avoid excessive logging by autoreload in django rest framework?

currently I am using logging from django rest framework.But I am getting excessive logging by autoreload.

I want to avoid excessive logging of autoreload.

Back to Top