Commit bb0dfc3
Reduce equal method candidates log from WARNING to FINE
The "Both X and Y are equal candidates" message fires during normal
CORS preflight handling where wildcard media types are used, producing
noisy logs. Downgrade to FINE since the behavior is deterministic and
users can enable debug logging to investigate ambiguous routing.
Closes #862
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fa4bdfb commit bb0dfc3
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments