Skip to content

Commit 5a39a79

Browse files
authored
Merge pull request #92 from nodestream-proj/reduce-logging
Updating "-----" log to DEBUG rather than INFO
2 parents 6a3b93b + c3ac948 commit 5a39a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodestream_akamai/akamai_utils/cloudlets_v2_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def search_akamai_ruleset_for_inbound_hosts(self, rule_tree):
145145
logger.info("Skipping: %s", block)
146146

147147
inbound_hosts = list(set(inbound_hosts))
148-
logger.info("-------------------------------------------------------------")
148+
logger.debug("-------------------------------------------------------------")
149149
logger.info(inbound_hosts)
150150
return [{"name": host} for host in set(inbound_hosts)]
151151

0 commit comments

Comments
 (0)