Skip to content

Commit

Permalink
fog: Drop request debug logging
Browse files Browse the repository at this point in the history
It's too noisy.

Signed-off-by: Zack Cerza <zack@redhat.com>
  • Loading branch information
zmc committed Nov 17, 2023
1 parent 6899cd2 commit 4939a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teuthology/provision/fog.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def do_request(self, url_suffix, data=None, method='GET', verify=True):
unsuccessful (default: True)
:returns: A requests.models.Response object
"""
self.log.debug(f"FOG request: {method} {url_suffix} {data}")
req_kwargs = dict(
headers={
'fog-api-token': config.fog['api_token'],
Expand Down

0 comments on commit 4939a34

Please sign in to comment.