.. _cisco.ios.ios_logging_module: ********************* cisco.ios.ios_logging ********************* **(deprecated, removed after 2023-06-01) Manage logging on network devices** Version added: 1.0.0 .. contents:: :local: :depth: 1 DEPRECATED ---------- :Removed in collection release after 2023-06-01 :Why: Newer and updated modules released with more functionality. :Alternative: ios_logging_global Synopsis -------- - This module provides declarative management of logging on Cisco Ios devices. Parameters ---------- .. raw:: html
Key | Returned | Description |
---|---|---|
commands
list
|
always |
The list of configuration mode commands to send to the device
Sample:
['logging facility local7', 'logging host 172.16.0.1']
|