Skip to content

Commit

Permalink
Add new logging facilties defaults (ansible#57144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewiebe authored and trishnaguha committed Jun 6, 2019
1 parent 817ec5a commit 1dc3fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/network/nxos/nxos_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@

DEFAULT_LOGGING_LEVEL = {0: [],
1: [],
2: [],
2: ['pktmgr'],
3: ['adjmgr', 'arp', 'icmpv6', 'l2rib', 'netstack'],
4: [],
5: [],
5: ['mrib'],
6: [],
7: []}

Expand Down

0 comments on commit 1dc3fe5

Please sign in to comment.