Commit 49164ea
Filter out unnecessary dataplane logs (sonic-net#21271)
PR sonic-net#21045 for fixing compatibility issues of docker-sonic-mgmt upgrade removed the hook for setting log levels of couple of loggers.
The code for setting log level of ansible loggers is no longer needed after previous ansible upgrade a few years ago.
However, setting log level for the 'dataplane' logger is still necessary.
This change added back the code to set log level for the 'dataplane' logger to avoid unnessary logs when 'ptfadapter' is used in test script.
Signed-off-by: Xin Wang <xiwang5@microsoft.com>
Signed-off-by: Saravanan <saravanan@nexthop.ai>1 parent 8dda270 commit 49164ea
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
352 | 360 | | |
353 | 361 | | |
354 | 362 | | |
| |||
0 commit comments