]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: restore connection attempts logging
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 9 May 2025 00:48:25 +0000 (02:48 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 May 2025 13:14:03 +0000 (15:14 +0200)
commitd2d7c3f7f8230b94bca208913c6dfe501a5cda18
treef3ae2814116653d5bf0fdd12469d7f498aca4f3a
parent1c043d2da979952fd95170c0a4417ecd5429b8ae
feat: restore connection attempts logging

It was deleted in #1076, with the introduction of the multi-message
exception but it is still useful, looking at #888.
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py