vishalanandl177 / DRF-API-Logger

An API Logger for your Django Rest Framework project.
https://github.com/vishalanandl177/DRF-API-Logger
Apache License 2.0
308 stars 56 forks source link

Deprecation warning #61

Closed kennylajara closed 2 years ago

kennylajara commented 2 years ago

When I run tests with pytest, I get:

src/apps/accounts/tests/test_endpoint_post_login.py::test_happy_path
  /usr/local/lib/python3.10/site-packages/drf_api_logger/start_logger_when_server_starts.py:14: DeprecationWarning: getName() is deprecated, get the name attribute instead
    if t.getName() == LOG_THREAD_NAME:

src/apps/accounts/tests/test_endpoint_post_login.py::test_happy_path
  /usr/local/lib/python3.10/site-packages/drf_api_logger/start_logger_when_server_starts.py:20: DeprecationWarning: setName() is deprecated, set the name attribute instead
    t.setName(LOG_THREAD_NAME)
vishalanandl177 commented 2 years ago

Fixed, will be updated in the next version.