Why does ES not log Index rejection exceptions

I see that there was a indexing rejection error in ES client logs, that queue size limit of (200) is reached.
But, I don't see this error in ES logs. logging level is INFO in logging.yml
Do I have to make it to DEBUG to see this error?

Thanks.