Skip to content

Commit 1177beb

Browse files
committed
update desc for verbose logs and the header
1 parent c9d9467 commit 1177beb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

loader/include/Geode/utils/web.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ namespace geode::utils::web {
197197
*/
198198
std::string_view errorMessage() const;
199199

200+
/**
201+
* Returns verbose logs from the network library, which may massively help in debugging network issues.
202+
*/
203+
std::string_view verboseLogs() const;
204+
200205
/**
201206
* Returns the timings of the request, with detailed information about how long each phase of the request took.
202207
* These values will be all zeroes if the request did not complete successfully.

loader/resources/mod.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"type": "bool",
159159
"default": false,
160160
"name": "Verbose Curl Logs",
161-
"description": "When performing web requests, prints detailed information about the request to the logs. Useful for developers wanting to debug network issues."
161+
"description": "When performing web requests, prints detailed information about the request immediately, as well as information when requests are added/removed. Otherwise, some information will only be printed on request failure."
162162
},
163163
"curl-dns": {
164164
"type": "string",

0 commit comments

Comments
 (0)