Closed fredrikgyll closed 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__ ?
__file__
LOGGING
__name__
thank you @fredrikgyll
The logger in deprecate_field.py is instantiated with
__file__
which makes the logger uncontrollable from theLOGGING
setting. Could it be changed to__name__
?