Skip to content

Commit

Permalink
Undo debug traces
Browse files Browse the repository at this point in the history
  • Loading branch information
nqn committed May 23, 2024
1 parent c02f954 commit b61bdcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions log10/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ def wrapper(*args, **kwargs):
res = post_request(completion_url + "/" + completionID, log_row)
except Exception as le:
logging.warn(f"LOG10: failed to log: {le}. Skipping, but raising LLM error.")
traceback.print_tb(e.__traceback__)
raise e
else:
# finished with no exceptions
Expand Down Expand Up @@ -790,7 +789,6 @@ def wrapper(*args, **kwargs):
logger.error(f"LOG10: failed to insert in log10: {log_row} with error {res.text}")
except Exception as e:
logging.warn(f"LOG10: failed to log: {e}. Skipping")
traceback.print_tb(e.__traceback__)

elif target_service == "bigquery":
try:
Expand Down

0 comments on commit b61bdcc

Please sign in to comment.