]> 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 02:44:06 +0000 (04:44 +0200)
commit60a1cd5622c8e320fa1d5e9a302fa115d2ccc45d
treecbbff44c9eede68dd38832d3dbf016e18988caed
parentde46e896027dbe374afaa0a073eeee2b5e511605
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