No prefix to curl commands in debug log output.
This commit is contained in:
parent
2e12167dac
commit
582b9fe178
6 changed files with 11 additions and 11 deletions
|
@ -52,7 +52,7 @@ class BaseSource(ABC):
|
|||
|
||||
def log_curl(self, response):
|
||||
curl = curlify.to_curl(response.request, compressed=True)
|
||||
logging.debug(f"Request to {self.id()}: {curl}")
|
||||
logging.debug(curl)
|
||||
return response
|
||||
|
||||
def format_symbols(self) -> str:
|
||||
|
|
Loading…
Add table
Reference in a new issue