You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/root/checked_repos/python-elasticsearch-logger/cmreslogging/handlers.py:208: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
self._timer.setDaemon(True)
Timer inherits from threading.Thread . Ref : python/cpython#25174
python-elasticsearch-logger/cmreslogging/handlers.py
Line 208 in 27ee809