michaeljmarshall opened a new pull request, #16225: URL: https://github.com/apache/pulsar/pull/16225
### Motivation In https://github.com/apache/pulsar/pull/13950, we switched an error log to an info log. @hsaputra requested on Pulsar Slack we use warn level so that alerts still fire in for the case when the topic is not found. ### Modifications * Replace `info` with `warn` when topic is not found in the `ServerCnx` class. - [x] `doc-not-needed` -- 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]
