You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the robust methods, we get an 'Unexpected connection close' error log when the connection gets interrupted. But, given that it automatically reconnects, we don't need to see this at the error level in our logs.
Maybe aio-pika can suppress that log when in RobustConnection? Then possibly add its own logs, maybe an info-level log when the connection drops, and an error-level log if it gives up retrying the connection or something similar.
The text was updated successfully, but these errors were encountered:
When using the robust methods, we get an 'Unexpected connection close' error log when the connection gets interrupted. But, given that it automatically reconnects, we don't need to see this at the error level in our logs.
The log comes from aiormq at:
https://github.com/mosquito/aiormq/blob/2874e58ead567b6c3cdcbbd5c7b4b4e9363ddc0d/aiormq/connection.py#L563-L567
Maybe aio-pika can suppress that log when in RobustConnection? Then possibly add its own logs, maybe an info-level log when the connection drops, and an error-level log if it gives up retrying the connection or something similar.
The text was updated successfully, but these errors were encountered: