Add new logging facilties defaults (#57144)

This commit is contained in:
Mike Wiebe 2019-06-06 00:04:30 -04:00 committed by Trishna Guha
parent 817ec5ab48
commit 1dc3fe5317

View file

@ -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: []}