Re: [PATCH v2 06/17] python/aqmp: Reduce severity of EOFError-caused loop terminations

2021-10-07 Thread Eric Blake
On Wed, Sep 22, 2021 at 08:49:27PM -0400, John Snow wrote: > When we encounter an EOFError, we don't know if it's an "error" in the > perspective of the user of the library yet. Therefore, we should not log > it as an error. Reduce the severity of this logging message to "INFO" to > indicate that

[PATCH v2 06/17] python/aqmp: Reduce severity of EOFError-caused loop terminations

2021-09-22 Thread John Snow
When we encounter an EOFError, we don't know if it's an "error" in the perspective of the user of the library yet. Therefore, we should not log it as an error. Reduce the severity of this logging message to "INFO" to indicate that it's something that we expect to occur during the normal operation