Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[broker] ServerCnx: log at warning level when topic not found (apache…
…#16225) ### Motivation In apache#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` (cherry picked from commit 72e0445)
- Loading branch information