mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-07-02 14:04:16 +00:00
Clarify log entry
This commit is contained in:
parent
a1fa8cc1d2
commit
f19d78222f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ namespace tawashi {
|
||||||
|
|
||||||
auto statuslog = spdlog::get("statuslog");
|
auto statuslog = spdlog::get("statuslog");
|
||||||
assert(statuslog);
|
assert(statuslog);
|
||||||
statuslog->info("Preparing Response for {} request to {}; size: {}",
|
statuslog->info("Preparing response for {} request; query_string=\"{}\"; size={}",
|
||||||
cgi_env().request_method(),
|
cgi_env().request_method(),
|
||||||
cgi_env().query_string(),
|
cgi_env().query_string(),
|
||||||
cgi_env().content_length()
|
cgi_env().content_length()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue