Re: [PATCH v2 07/17] python/aqmp: Disable logging messages by default

2021-10-07 Thread Eric Blake
On Wed, Sep 22, 2021 at 08:49:28PM -0400, John Snow wrote: > AQMP is a library, and ideally it should not print error diagnostics > unless a user opts into seeing them. By default, Python will print all > WARNING, ERROR or CRITICAL messages to screen if no logging > configuration has been created b

[PATCH v2 07/17] python/aqmp: Disable logging messages by default

2021-09-22 Thread John Snow
AQMP is a library, and ideally it should not print error diagnostics unless a user opts into seeing them. By default, Python will print all WARNING, ERROR or CRITICAL messages to screen if no logging configuration has been created by a client application. In AQMP's case, ERROR logging statements a