Skip to content

Commit

Permalink
master: add todo for improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lowitea committed Jan 13, 2023
1 parent 001c740 commit ba8fbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gitlab/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl Client {
fn build_request<S: Into<String>>(&self, m: Method, path: S) -> RequestBuilder {
let mut url = self.url.clone();
url.set_path(&format!("{}/{}", url.path(), path.into()));
// TODO: add url to verbose logs with info level
self.http
.request(m, url)
.header("Content-Type", "application/json")
Expand Down

0 comments on commit ba8fbb4

Please sign in to comment.