Commit c019e30
authored
fix: performance issues due to missing mc packet logging filter (#1860)
### Motivation
Our logback instance replaces log4j implementations and thus also
filters that might be defined in log4j configs.
### Modification
Copied the mc packet filter to our logback config to ensure proper
filtering of network packets.
### Result
Performance issues due to massive logging resolved1 parent 67b9e0a commit c019e30
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
0 commit comments