mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add new logging facilties defaults (#57144)
This commit is contained in:
@@ -201,10 +201,10 @@ STATIC_CLI = {'link-enable': 'logging event link-status enable',
|
|||||||
|
|
||||||
DEFAULT_LOGGING_LEVEL = {0: [],
|
DEFAULT_LOGGING_LEVEL = {0: [],
|
||||||
1: [],
|
1: [],
|
||||||
2: [],
|
2: ['pktmgr'],
|
||||||
3: ['adjmgr', 'arp', 'icmpv6', 'l2rib', 'netstack'],
|
3: ['adjmgr', 'arp', 'icmpv6', 'l2rib', 'netstack'],
|
||||||
4: [],
|
4: [],
|
||||||
5: [],
|
5: ['mrib'],
|
||||||
6: [],
|
6: [],
|
||||||
7: []}
|
7: []}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user