Unwanted logs in inputs.http

I am getting following log messages when using “input.http” in telegraf. How can I get rid of these messages.

2023-12-05T15:33:30Z I! Unsolicited response received on idle HTTP channel starting with “HTTP/1.1 500 Server Error\r\nContent-Length: 48\r\nDate: Tue, 05 Dec 2023 15:33:30 GMT\r\nConnection: close\r\n\r\nError 500: Server Error\nClient closed connection”; err=<nil>

A 500 error means the error is on the server side. This could mean the server you are talking to is down, having errors or other issues, or a proxy between you and the server is also having issues. In general, 500s are not resolvable by the user.

@jpowers but error mentioned is nil.