getting this error when I try to run this in docker ``` File "/app/config/rescan.py", line 59, in <module> level=getattr(logging, LOG_LEVEL.upper()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'logging' has no attribute 'INFO # DEBUG, INFO, WARNING, ERROR, CRITICAL' ```