dimas-b opened a new issue, #1666: URL: https://github.com/apache/polaris/issues/1666
### Describe the bug Running Polaris Server OOTB: ``` 2025-05-23 14:50:04,570 INFO [org.apa.pol.cor.con.PolarisConfiguration] [,] [,,,] (main) catalogConfigUnsafe is deprecated! Use catalogConfig() instead. 2025-05-23 14:50:04,571 INFO [org.apa.pol.cor.con.PolarisConfiguration] [,] [,,,] (main) catalogConfigUnsafe is deprecated! Use catalogConfig() instead. 2025-05-23 14:50:04,572 INFO [org.apa.pol.cor.con.PolarisConfiguration] [,] [,,,] (main) catalogConfigUnsafe is deprecated! Use catalogConfig() instead. 2025-05-23 14:50:04,573 INFO [org.apa.pol.cor.con.PolarisConfiguration] [,] [,,,] (main) catalogConfigUnsafe is deprecated! Use catalogConfig() instead. 2025-05-23 14:50:04,574 INFO [org.apa.pol.cor.con.PolarisConfiguration] [,] [,,,] (main) catalogConfigUnsafe is deprecated! Use catalogConfig() instead. 2025-05-23 14:50:04,574 INFO [org.apa.pol.cor.con.PolarisConfiguration] [,] [,,,] (main) catalogConfigUnsafe is deprecated! Use catalogConfig() instead. 2025-05-23 14:50:04,575 INFO [org.apa.pol.cor.con.PolarisConfiguration] [,] [,,,] (main) catalogConfigUnsafe is deprecated! Use catalogConfig() instead. 2025-05-23 14:50:04,576 INFO [org.apa.pol.cor.con.PolarisConfiguration] [,] [,,,] (main) catalogConfigUnsafe is deprecated! Use catalogConfig() instead. ``` No user-provided configuration was used, but Polaris still logs messages about deprecated config. This is not nice from the user's perspective. ### To Reproduce Build and run Polaris Server ### Actual Behavior _No response_ ### Expected Behavior No log messages about built-in configuration. ### Additional context _No response_ ### System information _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
