mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00
Remove deprecated code
This commit is contained in:
parent
ad65c6364a
commit
e0761e33c0
2 changed files with 8 additions and 0 deletions
7
changelog/66147.removed.md
Normal file
7
changelog/66147.removed.md
Normal 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.
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
Salt's logging handlers
|
||||
"""
|
||||
|
||||
import logging
|
||||
import logging.handlers
|
||||
import sys
|
||||
|
|
Loading…
Add table
Reference in a new issue