Add new logging facilties defaults (#57144)
This commit is contained in:
parent
817ec5ab48
commit
1dc3fe5317
1 changed files with 2 additions and 2 deletions
|
@ -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: []}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue