Skip to content

Commit

Permalink
Merge pull request #172 from matematikk-mooc/KURSP-1101-history-charset
Browse files Browse the repository at this point in the history
KURSP-1101: temp change to debug history
  • Loading branch information
theahthodesen authored Feb 22, 2024
2 parents 7f9ee01 + 800a6e0 commit 4f80668
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ def fetch_user_history(self, api_client, canvas_userid, date):
)
except Exception as e:
logger.error("Error while saving history: " + event.get('context_name') + ", " + str(e))
logger.info("Asset code: " + event.get('asset_code'))
except Exception as e:
logger.error("Error while fetching history for user " + canvas_userid + ": " + str(e))

0 comments on commit 4f80668

Please sign in to comment.