Skip to content
Snippets Groups Projects
Commit 34700d0a authored by Georges Racinet's avatar Georges Racinet
Browse files

GitLab hooks: making debug log official

Was obviously a leftover from a local debug session, but is
actually really useful, so let's keep it (not at INFO level though)
parent 67f1d48a
No related branches found
No related tags found
No related merge requests found
......@@ -240,8 +240,8 @@
def gitlab_internal_api_request(
self, meth,
subpath, params, **kwargs): # pragma: no cover
logger.info("testgr sending %s to %r, params=%r",
meth, subpath, params)
logger.debug("Sending %s to %r, params=%r",
meth, subpath, params)
params['secret_token'] = self.gitlab_secret
with requests_unixsocket.monkeypatch():
return requests.request(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment