mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +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");
|
||||
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().query_string(),
|
||||
cgi_env().content_length()
|
||||
|
|
Loading…
Reference in a new issue