Skip to content

Commit 379f81c

Browse files
committed
Debug response
1 parent 6f02ceb commit 379f81c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

egi_notebooks_accounting/d4science.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def push_records(self, context, records):
106106
data=json.dumps(records),
107107
timeout=self.timeout,
108108
)
109+
logging.debug(f"Response: {response.text}")
109110
response.raise_for_status()
110111

111112
def update_pod_metric(self, pod, metrics, period_start, period_end):

0 commit comments

Comments
 (0)