prefix logname
This commit is contained in:
parent
b20793635e
commit
0a33760d72
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ impl Client {
|
||||||
// FIXME: is an entire channel per request overkill? maybe pool them?
|
// FIXME: is an entire channel per request overkill? maybe pool them?
|
||||||
let (sender, receiver) = async_channel::bounded(1);
|
let (sender, receiver) = async_channel::bounded(1);
|
||||||
|
|
||||||
event!(target: "http_request", Level::DEBUG, method = request.method().as_str(), url = request.url().as_str());
|
event!(target: "audrey::http_request", Level::DEBUG, method = request.method().as_str(), url = request.url().as_str());
|
||||||
|
|
||||||
// let tokio take care of the request + further json parsing
|
// let tokio take care of the request + further json parsing
|
||||||
// this is because reqwest doesn't like the glib main loop
|
// this is because reqwest doesn't like the glib main loop
|
||||||
|
|
Loading…
Reference in a new issue