This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 4071356bda266acaa282034df68325edebabc458
Author: Sebb <[email protected]>
AuthorDate: Sun Dec 26 14:34:55 2021 +0000

    Show path info
---
 server/main.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server/main.py b/server/main.py
index 6f31a44..1a77a87 100644
--- a/server/main.py
+++ b/server/main.py
@@ -113,6 +113,9 @@ class Server(plugins.server.BaseServer):
             "Server": "Apache Pony Mail (Foal/%s ~%s)" % 
(PONYMAIL_FOAL_VERSION, PONYMAIL_SERVER_VERSION),
         }
 
+        if self.api_logger:
+            self.api_logger.info(request.raw_path)
+
         # Figure out who is going to handle this request, if any
         # We are backwards compatible with the old Lua interface URLs
         body_type = "form"

Reply via email to