From 1dc3fe531744c61908a2280f8d4e06c5d3433a49 Mon Sep 17 00:00:00 2001 From: Mike Wiebe Date: Thu, 6 Jun 2019 00:04:30 -0400 Subject: [PATCH] Add new logging facilties defaults (#57144) --- lib/ansible/modules/network/nxos/nxos_logging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/nxos/nxos_logging.py b/lib/ansible/modules/network/nxos/nxos_logging.py index e37a02f3e8..3046982283 100644 --- a/lib/ansible/modules/network/nxos/nxos_logging.py +++ b/lib/ansible/modules/network/nxos/nxos_logging.py @@ -201,10 +201,10 @@ STATIC_CLI = {'link-enable': 'logging event link-status enable', DEFAULT_LOGGING_LEVEL = {0: [], 1: [], - 2: [], + 2: ['pktmgr'], 3: ['adjmgr', 'arp', 'icmpv6', 'l2rib', 'netstack'], 4: [], - 5: [], + 5: ['mrib'], 6: [], 7: []}