Commit e5bc87e
authored
fix: Remove info log about deprecated internal method from PolarisConfiguration (#1672)
Remove the INFO log about calls to this method in Polaris, because users cannot do anything about these messages.
Phasing out old property names requires coordination with users (e.g. release notes), so it is not a matter of merely avoiding calls to that method in Polaris code.
Fixes #16661 parent c11c1b1 commit e5bc87e
File tree
1 file changed
+2
-1
lines changed- polaris-core/src/main/java/org/apache/polaris/core/config
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
171 | | - | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
0 commit comments