remove logging and just print to sys.stderr

This commit is contained in:
holger krekel
2025-10-18 17:53:07 +02:00
committed by l
parent f21e4ff55b
commit e37dd5153a
2 changed files with 15 additions and 10 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- don't use the complicated logging module in filtermail to exclude a potential source of errors.
([#674](https://github.com/chatmail/relay/pull/674))
- Setup TURN server
([#621](https://github.com/chatmail/relay/pull/621))