Skip to content

Commit 93c0b54

Browse files
authored
feat(Application): capture httpx logs by default (#731)
This adds capturing of httpx logs to the log file to all apps by default. This is irrelevant if httpx is not used, but allows capturing request information from craft-store. Signed-off-by: Alex Lowe <[email protected]>
1 parent bcca40b commit 93c0b54

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

craft_application/application.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"craft_providers",
5757
"craft_store",
5858
"craft_application",
59+
"httpx", # Used by craft-store
5960
}
6061
)
6162

docs/reference/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
Changelog
55
*********
66

7+
5.1.0 (2025-MM-DD)
8+
------------------
9+
10+
Application
11+
===========
12+
13+
- The application now has craft-cli capture logs from HTTPX by default,
14+
logging store requests for craft-store's Publisher Gateway.
15+
716
5.0.3 (2025-04-14)
817
------------------
918

0 commit comments

Comments
 (0)