From: Mike Bayer Date: Wed, 14 Jan 2026 14:06:33 +0000 (-0500) Subject: add changelog for 7955bac60d39e4642 X-Git-Tag: rel_1_18_1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c16106b2c4f9f6de661df71d88cd5d7a99fff9b;p=thirdparty%2Fsqlalchemy%2Falembic.git add changelog for 7955bac60d39e4642 Change-Id: Ib2722c7773aae2e05792cbce23130cc9f005856d --- diff --git a/docs/build/unreleased/1779.rst b/docs/build/unreleased/1779.rst new file mode 100644 index 00000000..175ded7f --- /dev/null +++ b/docs/build/unreleased/1779.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, autogenerate + :tickets: 1779 + + Fixed issue in new plugin system where the configured logger was not + correctly using the ``__name__`` token to identify the logger.