mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -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):
|
if isinstance(host, unicode):
|
||||||
host = host.encode('utf-8')
|
host = host.encode('utf-8')
|
||||||
uri = '%s://%s%s' % (protocol, ipautil.format_netloc(host, port), path)
|
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)
|
root_logger.debug('request body %r', request_body)
|
||||||
try:
|
try:
|
||||||
conn = connection_factory(host, port)
|
conn = connection_factory(host, port)
|
||||||
|
Loading…
Reference in New Issue
Block a user