mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Make ipapython.dogtag log requests at debug level, not info
This commit is contained in:
parent
26c498736e
commit
9b7930b93d
@ -276,7 +276,7 @@ def _httplib_request(
|
||||
if isinstance(host, unicode):
|
||||
host = host.encode('utf-8')
|
||||
uri = '%s://%s%s' % (protocol, ipautil.format_netloc(host, port), path)
|
||||
root_logger.info('request %r', uri)
|
||||
root_logger.debug('request %r', uri)
|
||||
root_logger.debug('request body %r', request_body)
|
||||
try:
|
||||
conn = connection_factory(host, port)
|
||||
|
Loading…
Reference in New Issue
Block a user