Skip to content

Commit

Permalink
Add warning log to troubleshoot GHA failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 28, 2023
1 parent a2506e1 commit 15ab920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neon_api_proxy/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def init_service_instances(self, service_class_mapping: dict) -> dict:
try:
service_mapping[item] = \
service_class_mapping[item](api_key=api_key)
LOG.warning(f"Initialized with key={api_key}")
except Exception as e:
LOG.error(e)
return service_mapping
Expand Down

0 comments on commit 15ab920

Please sign in to comment.