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

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new ff22769  Log useragents
ff22769 is described below

commit ff22769af7d3fd7fc55ec242388a8a02f2c0094e
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 23 11:22:49 2026 +0000

    Log useragents
---
 atr/server.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/atr/server.py b/atr/server.py
index 31b818c..59749d7 100644
--- a/atr/server.py
+++ b/atr/server.py
@@ -428,6 +428,7 @@ def _app_setup_request_lifecycle(app: base.QuartApp) -> 
None:
             path=quart.request.path,
             status=response.status_code,
             remote_addr=quart.request.remote_addr,
+            user_agent=quart.request.user_agent.string,
         )
         return response
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to