diff --git a/changelogs/fragments/T7153-remove-logging.yaml b/changelogs/fragments/T7153-remove-logging.yaml
new file mode 100644
index 00000000..92f5b099
--- /dev/null
+++ b/changelogs/fragments/T7153-remove-logging.yaml
@@ -0,0 +1,3 @@
+---
+breaking_changes:
+ - Removed `vyos_logging`. Use `vyos_logging_global` instead.
diff --git a/docs/vyos.vyos.vyos_logging_module.rst b/docs/vyos.vyos.vyos_logging_module.rst
deleted file mode 100644
index b29b0649..00000000
--- a/docs/vyos.vyos.vyos_logging_module.rst
+++ /dev/null
@@ -1,348 +0,0 @@
-.. _vyos.vyos.vyos_logging_module:
-
-
-**********************
-vyos.vyos.vyos_logging
-**********************
-
-**Manage logging on network devices**
-
-
-Version added: 1.0.0
-
-.. contents::
- :local:
- :depth: 1
-
-DEPRECATED
-----------
-:Removed in collection release after 2023-08-01
-:Why: Updated module released with more functionality.
-:Alternative: vyos_logging_global
-
-
-
-Synopsis
---------
-- This module provides declarative management of logging on Vyatta Vyos devices.
-
-
-
-
-Parameters
-----------
-
-.. raw:: html
-
-
-
- | Parameter |
- Choices/Defaults |
- Comments |
-
-
- |
-
- aggregate
-
-
- list
- / elements=dictionary
-
- |
-
- |
-
- List of logging definitions.
- |
-
-
- |
-
-
- dest
-
-
- string
-
- |
-
- Choices:
- - console
- - file
- - global
- - host
- - user
-
- |
-
- Destination of the logs.
- |
-
-
- |
-
-
- facility
-
-
- string
-
- |
-
- |
-
- Set logging facility.
- |
-
-
- |
-
-
- level
-
-
- string
-
- |
-
- |
-
- Set logging severity levels.
- |
-
-
- |
-
-
- name
-
-
- string
-
- |
-
- |
-
- If value of dest is file it indicates file-name, for user it indicates username and for host indicates the host name to be notified.
- |
-
-
- |
-
-
- state
-
-
- string
-
- |
-
- Choices:
- - present
- - absent
-
- |
-
- State of the logging configuration.
- |
-
-
-
- |
-
- dest
-
-
- string
-
- |
-
- Choices:
- - console
- - file
- - global
- - host
- - user
-
- |
-
- Destination of the logs.
- |
-
-
- |
-
- facility
-
-
- string
-
- |
-
- |
-
- Set logging facility.
- |
-
-
- |
-
- level
-
-
- string
-
- |
-
- |
-
- Set logging severity levels.
- |
-
-
- |
-
- name
-
-
- string
-
- |
-
- |
-
- If value of dest is file it indicates file-name, for user it indicates username and for host indicates the host name to be notified.
- |
-
-
- |
-
- state
-
-
- string
-
- |
-
- Choices:
- present ←
- - absent
-
- |
-
- State of the logging configuration.
- |
-
-
-