hangc0276 opened a new pull request #10059: URL: https://github.com/apache/pulsar/pull/10059
### Motivation The `police cache not hit` exception log level is warn, which lead too much warning logs in broker.log when the topic doesn't set topic policy ### Changes 1. Change the log level from warn to debug for the exception which can be correct by namespace policy 2. Change the log level from warn to error for the exception which will throw outer. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
