Skip to content

Commit 9c46c1a

Browse files
committed
Log downgrade
1 parent 1eca63c commit 9c46c1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sonar/portfolios.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,9 +625,8 @@ def get_list(endpoint: pf.Platform, key_list: types.KeyList = None, use_cache: b
625625
"""
626626
with _CLASS_LOCK:
627627
if key_list is None or len(key_list) == 0 or not use_cache:
628-
log.info("Listing portfolios")
628+
log.debug("Listing portfolios")
629629
object_list = search(endpoint=endpoint)
630-
log.info("List = %s", ", ".join(list(object_list.keys())))
631630
return object_list
632631
object_list = {}
633632
for key in util.csv_to_list(key_list):

0 commit comments

Comments
 (0)