Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit c9f8f32

Browse files
add URL query (with url path) to info logging
1 parent b558105 commit c9f8f32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

synadm/api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ def query(
161161
else:
162162
url = f"{self.base_url}/{self.path}/{urlpart}"
163163
host_descr = "Synapse"
164-
self.log.info("Querying %s on %s", method, url)
164+
self.log.info("Querying %s on %s with URL query %s", method, url,
165+
params)
165166

166167
if token:
167168
self.log.debug("Token override! Adjusting headers.")

0 commit comments

Comments
 (0)