Remove deprecated code

This commit is contained in:
Pedro Algarvio 2024-02-05 12:02:50 +00:00
parent ad65c6364a
commit e0761e33c0
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Removed deprecated code scheduled to be removed on 2024-01-01:
* ``TemporaryLoggingHandler`` and ``QueueHandler`` in ``salt/_logging/handlers.py``
* All of the ``salt/log`` package.
* The ``salt/modules/cassandra_mod.py`` module.
* The ``salt/returners/cassandra_return.py`` returner.
* The ``salt/returners/django_return.py`` returner.

View file

@ -4,6 +4,7 @@
Salt's logging handlers
"""
import logging
import logging.handlers
import sys