3YOURMIND / django-deprecate-fields

This package allows deprecating model fields and allows removing them in a backwards compatible manner.
Apache License 2.0
177 stars 20 forks source link

Logger should be instantiated with `__name__` #25

Closed fredrikgyll closed 1 year ago

fredrikgyll commented 1 year ago

The logger in deprecate_field.py is instantiated with __file__ which makes the logger uncontrollable from the LOGGING setting. Could it be changed to __name__ ?

fevral13 commented 1 year ago

thank you @fredrikgyll