Skip to content

Commit

Permalink
Only log number of day old user requests, not the complete dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Feb 2, 2024
1 parent 474afa5 commit ba79334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/khoj/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ def upload_telemetry():
@schedule.repeat(schedule.every(31).minutes)
def delete_old_user_requests():
num_deleted = delete_user_requests()
logger.info(f"🔥 Deleted {num_deleted} day-old user requests")
logger.info(f"🗑️ Deleted {num_deleted[0]} day-old user requests")

0 comments on commit ba79334

Please sign in to comment.